broker
Send prompts to multiple AIs in parallel and receive a synthesized comparison with agreements, differences, and recommended actions.
Instructions
Send a prompt to multiple AIs in parallel and receive a synthesized comparison. Attach a file to have all selected AIs analyse the same document, image, or code. Perplexity only receives text/code files; images and PDFs are forwarded to Claude and OpenAI only. When synthesize is true (the default), Claude produces a final summary identifying agreements, differences, and a recommended course of action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Optional path to a local file. Absolute paths are recommended to avoid ambiguity about the working directory. Supported types: code and text files (.js .ts .php .py .md .json etc.), images (.png .jpg .jpeg .gif .webp), and PDFs (.pdf). Example: /Users/you/project/auth.php | |
| prompt | Yes | The question or instruction sent to all selected AIs. | |
| system | No | Optional system prompt applied to all targets. | |
| targets | No | Which AIs to query. Defaults to ['claude', 'codex'] if omitted. | |
| synthesize | No | When true (default), Claude synthesizes all responses into one summary. When false, each AI's raw response is returned side by side. |