Skip to main content
Glama

Knowledge Graph Memory Server

MIT License
14,700
47,844
  • Apple
  • Linux

delete_relations

Remove specified relations from the Knowledge Graph Memory Server to manage and update entity connections efficiently. Ensures accurate and relevant data structuring.

Instructions

Delete multiple relations from the knowledge graph

Input Schema

NameRequiredDescriptionDefault
relationsYesAn array of relations to delete

Input Schema (JSON Schema)

{ "properties": { "relations": { "description": "An array of relations to delete", "items": { "properties": { "from": { "description": "The name of the entity where the relation starts", "type": "string" }, "relationType": { "description": "The type of the relation", "type": "string" }, "to": { "description": "The name of the entity where the relation ends", "type": "string" } }, "required": [ "from", "to", "relationType" ], "type": "object" }, "type": "array" } }, "required": [ "relations" ], "type": "object" }

You must be authenticated.

Other Tools from Knowledge Graph Memory Server

Related Tools

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/modelcontextprotocol/knowledge-graph-memory-server'

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