ask_all
Send the same prompt to multiple AI agents in parallel and compare their answers side by side.
Instructions
Ask multiple agents the same question in parallel. Use for explicit multi-agent comparison.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agents | No | Specific agents to query (defaults to all available) | |
| prompt | Yes | The question or prompt to send to all agents | |
| context | No | Additional context to pipe via stdin | |
| timeout | No | Timeout in milliseconds (default: 120000) |