send_claude_message
Send a follow-up message to a running Claude subagent; idle agents resume with existing context. Use this to guide agents mid-task and get prompt results on the same agent ID.
Instructions
Send a follow-up to a Claude subagent. Running agents receive it at the next model-response boundary; idle agents resume with existing context. Returns promptly. Wait on the same agent ID for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| agent_id | Yes | Agent ID returned by spawn or ask_claude. |