This directory contains 8 workflows.
Get betweenness centrality information. Compute betweenness centrality on the entire graph. Uses `BetweennessCentralityTool` under the hood.
Get MCP Server Tools
Get nodes within a specified distance from a given node. Parameters: - `node_id`, str: The ID of the starting node to find neighborhood around. - […]
Get page rank information. Compute PageRank scores for all nodes. Uses `PageRankTool` under the hood.
Get all available Memgraph procedures (query modules). Returns information about all available procedures including MAGE algorithms and custom query […]
Get Memgraph constraint information. Retrieve information about existing constraints. Equivalent to running `SHOW CONSTRAINT INFO`
Get Memgraph storage information. Retrieve storage usage metrics for nodes, relationships, and properties. Equivalent to running `SHOW STORAGE INFO`
Run Cypher query on Memgraph. Write operations are blocked if server is in read-only mode.