Skip to main content
Glama

MCP Index Notes

by vjsr007

index-upsert

Create or update notes under a specific key, enabling indexing, tagging, and metadata management. Supports full-text search and knowledge graph generation for efficient note retrieval and concept relationships.

Instructions

Create or update a note under a key. Returns the note id.

Input Schema

NameRequiredDescriptionDefault
backupNo
contentYes
idNoOptional note id to update
keyYes
metadataNo
tagsNo

Input Schema (JSON Schema)

{ "additionalProperties": true, "properties": { "backup": { "properties": { "dir": { "type": "string" }, "enabled": { "type": "boolean" } }, "type": "object" }, "content": { "type": "string" }, "id": { "description": "Optional note id to update", "type": "number" }, "key": { "type": "string" }, "metadata": { "type": "object" }, "tags": { "items": { "type": "string" }, "type": "array" } }, "required": [ "key", "content" ], "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