read_graph
Retrieve the entire knowledge graph, including entities, observations, and relations, using Memento's fully-offline MCP server for persistent storage and efficient data retrieval.
Instructions
Retrieve the entire knowledge graph: all entities with their observations and relations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}