entity_search
Search the entity graph by key, canonical name, alias, or type using substring matching. Returns entity records to resolve partial terms into exact entity keys.
Instructions
Search the entity graph by key, canonical name, alias, or type (substring match). Read-only. Returns entity records, not memories — use it to resolve an entity_key or canonical name from a partial term. For memory content use search; to traverse outward from a known entity use graph_neighbors or graph_context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of entities to return. Default 10. | |
| query | No | Substring matched against entity key, canonical name, and aliases. | |
| entity_key | No | Filter to an exact entity key. | |
| entity_type | No | Filter by entity type (e.g. person, project, concept). | |
| include_source | No | If true, reveal provenance/source metadata. Default false. |