Skip to main content
Glama

MemoryMesh

by CheMiguel23

update_nodes

Modify and refresh existing nodes in the MemoryMesh knowledge graph by updating metadata, names, or node types to maintain accurate and up-to-date data.

Instructions

Update existing nodes in the knowledge graph

Input Schema

NameRequiredDescriptionDefault
nodesYesArray of nodes to update

Input Schema (JSON Schema)

{ "properties": { "nodes": { "description": "Array of nodes to update", "items": { "description": "Node to update", "properties": { "metadata": { "description": "An array of new metadata contents for the node", "items": { "description": "Metadata item", "type": "string" }, "type": "array" }, "name": { "description": "The name of the node to update", "type": "string" }, "nodeType": { "description": "The new type of the node", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array" } }, "required": [ "nodes" ], "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