analyze_query
Extract entities, temporal references, question type, and complexity from search queries to understand structure before searching.
Instructions
Analyze a search query to extract entities, temporal references, question type, and complexity. Useful for understanding query structure before searching.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The query to analyze | |
| includePlan | No | Include execution plan in response (default: false) |