n2n_search
Search for entities, types, or observations in a project's knowledge graph. Supports fuzzy matching and relevance scoring.
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. | |
| query | Yes | Search keywords for entities, types, or observations | |
| limit | No | Maximum number of entities to return. | |
| offset | No | Number of entities to skip. | |
| fuzzy | No | Enable fuzzy matching for typo tolerance and semantic similarity (default: true). | |
| minScore | No | Minimum relevance score threshold 0-1 (default: 0.3). Higher values return fewer but more relevant results. |