Skip to main content
Glama

MCP Index Notes

by vjsr007

graph-neighbors

Find connected nodes in a knowledge graph by specifying a node ID or label, exploring relationships up to a defined depth and limit. Supports semantic analysis and concept mapping.

Instructions

Get neighbors of a node (by id or label/type) up to a depth and limit.

Input Schema

NameRequiredDescriptionDefault
depthNo
limitNo
nodeYes

Input Schema (JSON Schema)

{ "properties": { "depth": { "type": "number" }, "limit": { "type": "number" }, "node": { "anyOf": [ { "type": "number" }, { "properties": { "label": { "type": "string" }, "type": { "type": "string" } }, "required": [ "label" ], "type": "object" } ] } }, "required": [ "node" ], "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