n2n_read_graph
Read a project's knowledge graph, returning entities and observations. Supports summary mode and pagination for token efficiency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | The absolute path to the project or any subdirectory within the project. | |
| confirmNewProjectRoot | No | MUST be provided ONLY when initializing a new project. Set this to the 'detectedRoot' path returned by the server's confirmation request. | |
| summaryMode | No | If true, returns only entity names and types without detailed observations to save tokens. | |
| limit | No | Maximum number of entities to return. | |
| offset | No | Number of entities to skip. |