smart_search
Find precise information by automatically planning queries and refining results through iterative reflection until reaching adequate quality thresholds.
Instructions
Intelligent search with automatic query planning and reflection-based refinement. Iteratively improves results until adequate.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query text | |
| maxIterations | No | Maximum reflection iterations (default: 3) | |
| adequacyThreshold | No | Adequacy threshold 0-1 (default: 0.7) | |
| includePlan | No | Include execution plan in response (default: true) | |
| limit | No | Maximum results to return (default: 10) |