Icon

Tools

This directory contains 8 workflows.

Iconget_​betweenness_​centrality 

Get betweenness centrality information. Compute betweenness centrality on the entire graph. Uses `BetweennessCentralityTool` under the hood.

Iconget_​configuration 

Get MCP Server Tools

Iconget_​node_​neighborhood 

Get nodes within a specified distance from a given node. Parameters: - `node_id`, str: The ID of the starting node to find neighborhood around. - […]

Iconget_​page_​rank 

Get page rank information. Compute PageRank scores for all nodes. Uses `PageRankTool` under the hood.

Iconget_​procedures 

Get all available Memgraph procedures (query modules). Returns information about all available procedures including MAGE algorithms and custom query […]

Iconget_​schema 

Get Memgraph constraint information. Retrieve information about existing constraints. Equivalent to running `SHOW CONSTRAINT INFO`

Iconget_​storage 

Get Memgraph storage information. Retrieve storage usage metrics for nodes, relationships, and properties. Equivalent to running `SHOW STORAGE INFO`

Iconrun_​query 

Run Cypher query on Memgraph. Write operations are blocked if server is in read-only mode.