Skip to main content
Glama

MemoryMesh

by CheMiguel23

delete_nodes

Remove multiple nodes and their connected edges from the MemoryMesh knowledge graph by specifying node names to streamline graph management and maintain data integrity.

Instructions

Delete multiple nodes and their associated edges from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
nodeNamesYesAn array of node names to delete

Input Schema (JSON Schema)

{ "properties": { "nodeNames": { "description": "An array of node names to delete", "items": { "description": "Node name to delete", "type": "string" }, "type": "array" } }, "required": [ "nodeNames" ], "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