read_graph
Retrieve paginated entities and relations from the knowledge graph. Returns total count and indicators for more data.
Instructions
Read the full knowledge graph with pagination.
Returns JSON: {entities: [{name, entityType, observations: [...]}], relations: [{from, to, relationType}], total: int, has_more: bool}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| limit | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |