Skip to main content
Glama

MCP Index Notes

by vjsr007

graph-path

Identify paths between nodes in a graph by specifying start and end points using IDs or labels. Supports exploration of relationships with customizable depth for efficient analysis.

Instructions

Find a path of nodes from A to B (by id or label/type).

Input Schema

NameRequiredDescriptionDefault
fromYes
maxDepthNo
toYes

Input Schema (JSON Schema)

{ "properties": { "from": { "anyOf": [ { "type": "number" }, { "properties": { "label": { "type": "string" }, "type": { "type": "string" } }, "required": [ "label" ], "type": "object" } ] }, "maxDepth": { "type": "number" }, "to": { "anyOf": [ { "type": "number" }, { "properties": { "label": { "type": "string" }, "type": { "type": "string" } }, "required": [ "label" ], "type": "object" } ] } }, "required": [ "from", "to" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vjsr007/mcp-index-notes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server