read_graph
Retrieve paginated knowledge graph data with entities and relations. Get total count and pagination status.
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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |