Consult Council
consult-councilConsult the AI coding council — multiple models discuss your engineering question sequentially (each sees prior responses), then a moderator synthesizes. Auto-mode by default — AI picks optimal models, roles, and conversation mode from your prompt. Provide explicit models to override (manual mode). Fully configurable: mode, format, roles, models, thinking level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Conversation mode: analyzing (research), brainstorming (ideas), debating (tradeoffs), solving (action plans) | debating |
| roles | No | Inline role names for participants (e.g., ["Security Architect", "Backend Engineer"]) | |
| format | No | Moderator output format: discussion (narrative), adr (architecture decision), comparison (table), pros-cons | discussion |
| models | No | Override specific model IDs. Min 3 models. Use list-models to see available options | |
| prompt | Yes | The question, topic, or problem to debate | |
| context | No | Additional background context for the debate (code, docs, requirements) | |
| knowledge | No | Reference knowledge to inject as context | |
| auto_route | No | Auto-select optimal models based on prompt analysis and historical performance | |
| webhook_url | No | Webhook URL to POST results to after completion | |
| thinking_level | No | Controls model quality and cost: low (fast/cheap), medium (balanced), high (maximum reasoning) | medium |
| session_context | No | Session IDs to use as context (max 3). Prior moderator summaries will be prepended. |