n2n_get_graph_summary
Summarize the knowledge graph for a project, returning a paginated list of entities.
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. | |
| limit | No | Maximum number of entities to return. | |
| offset | No | Number of entities to skip. |