plan_search_term
Add a search term to an iterative research plan, specifying its round and purpose. The first call defines the search strategy, while later calls build on accumulated data and support revisions.
Instructions
Phase 4: Add one search term. Call once per term; data accumulates. First call must set approach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search query (max 8 words) | |
| round | Yes | Execution round: 1=broad, 2+=targeted follow-up | |
| purpose | Yes | Sub-query ID this serves (e.g., 'sq1') | |
| thought | Yes | Reasoning for this search term | |
| approach | No | broad_first | narrow_first | targeted (required on first call) | |
| confidence | No | Confidence 0.0-1.0 | |
| session_id | Yes | Session ID from plan_intent | |
| is_revision | No | True to replace all search terms | |
| fallback_plan | No | Fallback if primary searches fail |