Read Graph
read_graphRetrieve the complete knowledge graph for a namespace, viewing all stored entities and relations across sessions.
Instructions
Read the entire knowledge graph for a namespace, including all entities and relations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Memory scope/tenant. Use the same namespace to keep related memories together (e.g. "user:alice" or "user:alice:project:frontend"). Defaults to "default". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | ||
| namespace | Yes | ||
| relations | Yes |