Search Nodes
search_nodesSearch a knowledge graph by keyword to find entities, types, or observations and retrieve their connected relations.
Instructions
Keyword search for nodes in the knowledge graph by entity names, entity types, and observation content. Returns matching entities and their connected relations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to match against entity names, types, and observations | |
| namespace | No | Memory scope/tenant. Use the same namespace to keep related memories together (e.g. "user:alice" or "user:alice:project:frontend"). Defaults to "default". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | ||
| namespace | Yes | ||
| relations | Yes |