search_nodes
Search the knowledge graph by entity name, type, or observation, with optional filters for domain and entity type. Returns total matched count to indicate when results are truncated.
Instructions
Search the knowledge graph. Bounded: returns total_matched alongside
a capped page, so a truncated result is visible rather than silent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entities returned (default 10). | |
| query | Yes | Matched against entity names, types and observations. | |
| domain | No | Narrow to one subject area (software, music, history, ...). | |
| entity_type | No | Narrow to one role (decision, concept, finding, rule, ...). | |
| max_relations | No | Max relations returned (default 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |