read_graph
Retrieve all entities and relations from the knowledge graph, with pagination, summary mode, and entity type filtering.
Instructions
Read the entire knowledge graph — all entities and relations.
By default returns full entities with pagination (offset/limit). Use summary=True for a compact overview (names + types + observation counts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entities to return (for pagination). Default 20. | |
| offset | No | Skip first N entities (for pagination). Default 0. | |
| summary | No | If True, return compact overview. If False (default), return full entities with pagination. | |
| entity_type | No | Filter entities by type (e.g. "concept", "decision", "insight"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |