{"source":"mcp-tools:memory","fetchedAt":"2026-08-08T00:53:06.567Z","stale":false,"verified":true,"data":{"tools":{"open_nodes":{"description":"Open specific nodes in the knowledge graph by their names","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["names"],"properties":{"names":{"type":"array","items":{"type":"string"},"description":"An array of entity names to retrieve"}}}},"read_graph":{"description":"Read the entire knowledge graph","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{}}},"search_nodes":{"description":"Search for nodes in the knowledge graph based on a query","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["query"],"properties":{"query":{"type":"string","description":"The search query to match against entity names, types, and observation content"}}}},"create_entities":{"description":"Create multiple new entities in the knowledge graph","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["entities"],"properties":{"entities":{"type":"array","items":{"type":"object","required":["name","entityType","observations"],"properties":{"name":{"type":"string","description":"The name of the entity"},"entityType":{"type":"string","description":"The type of the entity"},"observations":{"type":"array","items":{"type":"string"},"description":"An array of observation contents associated with the entity"}}}}}}},"delete_entities":{"description":"Delete multiple entities and their associated relations from the knowledge graph","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["entityNames"],"properties":{"entityNames":{"type":"array","items":{"type":"string"},"description":"An array of entity names to delete"}}}},"add_observations":{"description":"Add new observations to existing entities in the knowledge graph","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["observations"],"properties":{"observations":{"type":"array","items":{"type":"object","required":["entityName","contents"],"properties":{"contents":{"type":"array","items":{"type":"string"},"description":"An array of observation contents to add"},"entityName":{"type":"string","description":"The name of the entity to add the observations to"}}}}}}},"create_relations":{"description":"Create multiple new relations between entities in the knowledge graph. Relations should be in active voice","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["relations"],"properties":{"relations":{"type":"array","items":{"type":"object","required":["from","to","relationType"],"properties":{"to":{"type":"string","description":"The name of the entity where the relation ends"},"from":{"type":"string","description":"The name of the entity where the relation starts"},"relationType":{"type":"string","description":"The type of the relation"}}}}}}},"delete_relations":{"description":"Delete multiple relations from the knowledge graph","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["relations"],"properties":{"relations":{"type":"array","items":{"type":"object","required":["from","to","relationType"],"properties":{"to":{"type":"string","description":"The name of the entity where the relation ends"},"from":{"type":"string","description":"The name of the entity where the relation starts"},"relationType":{"type":"string","description":"The type of the relation"}}},"description":"An array of relations to delete"}}}},"delete_observations":{"description":"Delete specific observations from entities in the knowledge graph","inputSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["deletions"],"properties":{"deletions":{"type":"array","items":{"type":"object","required":["entityName","observations"],"properties":{"entityName":{"type":"string","description":"The name of the entity containing the observations"},"observations":{"type":"array","items":{"type":"string"},"description":"An array of observations to delete"}}}}}}}},"server":"mcp-tools:memory","endpoint":"ingest://memory"}}