ask_claude
Start a Claude consultation and get an agent ID immediately; retrieve the answer later with get_claude_agent instead of waiting or resubmitting.
Instructions
Start a Claude consultation and return an agent ID immediately. A queued/running result is NOT a timeout. Collect the answer using get_claude_agent; never resubmit just because it is pending. For workspace work use spawn_claude_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional proxy model ID. Omit for configured default (claude-fable-5-1 unless changed). Use list_claude_models if needed. | |
| prompt | Yes | ||
| messages | No | ||
| max_tokens | No | Output ceiling, including thinking. Omit for automatic budget: 65536 at xhigh/max, otherwise 8192. Model limits apply. | |
| reasoning_effort | No | Optional reasoning effort. Omit to inherit the configured default, adapted automatically for models without effort support. Explicit choices are honored or rejected clearly. default omits the provider effort parameter. Effective settings and any adjustment are returned. |