smart_search
Finds knowledge graph entries by planning queries and refining results through iterative reflection until the outcome meets a set adequacy threshold.
Instructions
Intelligent search with automatic query planning and reflection-based refinement. Iteratively improves results until adequate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default: 10) | |
| query | Yes | Search query text | |
| includePlan | No | Include execution plan in response (default: true) | |
| maxIterations | No | Maximum reflection iterations (default: 3) | |
| adequacyThreshold | No | Adequacy threshold 0-1 (default: 0.7) |