Quick Query
queryAnalyze text you supply by asking questions, reviewing plans, critiquing drafts, comparing approaches, or generating summaries. Pass text directly in the context parameter.
Instructions
Lightweight query for analysis or opinions on text you already have. No file reading, no repo exploration, no session state. Pass text in the context parameter. For code execution or file operations, use the codex tool instead.
Use cases: reviewing a plan, critiquing a draft, comparing approaches, answering questions about provided text, generating summaries.
Tips:
Pass the text to analyze in the context parameter, not as file paths.
Set reasoningEffort to control depth: "none" for trivial, "minimal" for lightweight, "low"/"medium" for routine, "high"/"xhigh" for thorough analysis.
Use maxResponseLength to control verbosity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model to use (e.g. o3, gpt-4.1) | |
| prompt | Yes | The question or instruction | |
| context | No | Text to analyze (inline, not file paths) | |
| timeout | No | Timeout in milliseconds (default: 60000, max: 600000) | |
| reasoningEffort | No | Reasoning effort level (maps to -c model_reasoning_effort) | |
| maxResponseLength | No | Soft limit on response length in words |