Ask Claude
ask_claudeGet an independent expert review of code problems, architecture trade-offs, or tricky bugs. Claude researches your question and provides advisory analysis without modifying files.
Instructions
Ask Claude Code (Anthropic's coding agent) for co-analysis, a second perspective, or knowledge you are unsure about. Use it for architecture trade-offs, tricky bugs, unfamiliar APIs, or whenever an independent expert view would help. Claude is advisory only: it reads and researches but never modifies files; you implement any changes yourself. The result ends with a session_id line - pass it to claude_continue (or any other tool here) to keep the same conversation going. If your question is about specific files on disk, prefer claude_review_files. For a structured multi-perspective review in one call, prefer claude_panel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Claude model override: opus, sonnet, haiku, or a full model id. Omit for the configured default. | |
| context | No | Background: what you tried, constraints, relevant snippets. | |
| question | Yes | The question or problem to analyze. Be specific. | |
| session_id | No | session_id from a previous result footer to continue that conversation. | |
| workspace_dir | No | Absolute path to the project this relates to; becomes Claude's working directory. Reuse the same value when continuing a session. |