estimate_query_cost
Estimate the execution time and token cost for each available search method based on a given query.
Instructions
Estimate execution cost (time, tokens) for all available search methods on a given query. Unlike analyze_query (which extracts entities/complexity), this predicts per-method performance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query to estimate cost for |