Skip to main content
Glama

MemoryMesh

by CheMiguel23

add_metadata

Add metadata to nodes within the MemoryMesh knowledge graph to enhance data context and organization, ensuring accurate and enriched information retrieval.

Instructions

Add new metadata to existing nodes in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
metadataYesArray of metadata to add

Input Schema (JSON Schema)

{ "properties": { "metadata": { "description": "Array of metadata to add", "items": { "description": "Metadata to add", "properties": { "contents": { "description": "An array of metadata contents to add", "items": { "description": "Metadata content item", "type": "string" }, "type": "array" }, "nodeName": { "description": "The name of the node to add the metadata to", "type": "string" } }, "required": [ "nodeName", "contents" ], "type": "object" }, "type": "array" } }, "required": [ "metadata" ], "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/CheMiguel23/MemoryMesh'

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