II.
ToolDescriptor JSON
Structured · livetool-descriptor:memory.read-graph
Memory: Read Graph json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:memory.read-graph",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/memory-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Memory: Read Graph",
"description": "Return the full knowledge graph (entities and relations).",
"inputSchema": {
"type": "object",
"properties": {}
},
"outputSchema": {
"type": "object",
"properties": {
"graph": {
"type": "object"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:memory.read-graph",
"to": "tool-server:mcp-memory",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-memory",
"to": "tool-descriptor:memory.read-graph",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}