graph_search
Search a knowledge graph for entities and observations using fuzzy matching on names and text, with optional neighborhood expansion.
Instructions
Search the knowledge graph for entities and observations matching a query. Supports fuzzy matching on names and observation text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeId | No | Optional store ID to target a specific registered store instead of the active one | |
| query | Yes | Search query string | |
| limit | No | Maximum number of results (default: 10) | |
| includeNeighborhood | No | Whether to include related entities (default: false) | |
| neighborhoodDepth | No | Depth of neighborhood expansion (1 or 2, default: 1) |