read_graph
Access the complete memory graph: retrieve memories and relations with status filters, pagination, and optional decay scores.
Instructions
Return entire knowledge graph with memories and relations.
Args: status: "active", "promoted", "archived", or "all". include_scores: Include decay scores and age. limit: Max memories (1-10,000). page: Page number (1-indexed). page_size: Memories per page (max 100).
Returns: Dict with memories, relations, stats, and pagination metadata.
Raises: ValueError: If status invalid or limit out of range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| status | No | active | |
| page_size | No | ||
| include_scores | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||