Skip to main content
Glama

MemoryMesh

by CheMiguel23

delete_edges

Remove specific edges from a knowledge graph using an array of edge identifiers, including source, target, and edge type, within the MemoryMesh MCP server framework.

Instructions

Delete multiple edges from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
edgesYesArray of edges to delete

Input Schema (JSON Schema)

{ "properties": { "edges": { "description": "Array of edges to delete", "items": { "description": "Edge to delete", "properties": { "edgeType": { "description": "The type of the edge", "type": "string" }, "from": { "description": "The name of the node where the edge starts", "type": "string" }, "to": { "description": "The name of the node where the edge ends", "type": "string" } }, "required": [ "from", "to", "edgeType" ], "type": "object" }, "type": "array" } }, "required": [ "edges" ], "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