Skip to main content
Glama

MCP Index Notes

by vjsr007

graph-node-upsert

Create or update graph nodes with labels, types, and properties using MCP Index Notes. Returns node ID for efficient knowledge graph management and relationship mapping.

Instructions

Create or update a graph node with label/type/props. Returns node id.

Input Schema

NameRequiredDescriptionDefault
idNo
labelYes
propsNo
typeNo

Input Schema (JSON Schema)

{ "properties": { "id": { "type": "number" }, "label": { "type": "string" }, "props": { "type": "object" }, "type": { "type": "string" } }, "required": [ "label" ], "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