configure_openrouter_council
Persist the user-selected OpenRouter models and synthesizer as the default council in the server config. This durable default survives restarts without manual environment editing.
Instructions
Persist the default panel for ask_openrouter_council (and optionally its adjudicator) to the server's config file, so the choice survives restarts without anyone hand-editing an env var. Pass models (OpenRouter ids) and/or synthesizer (any council token, or a bare OpenRouter id). Call list_openrouter_models first and let the user pick — this writes a durable default on their behalf, so it should reflect their choice, not yours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| models | No | OpenRouter model ids to persist as the default council (e.g. ['anthropic/claude-fable-5.1', 'openai/gpt-5.6-sol', 'deepseek/deepseek-v4-pro']). Call `list_openrouter_models` first. | |
| synthesizer | No | Model that adjudicates the panel — any council token ('codex'/'gpt', 'fable', 'openrouter:<model-id>') or a bare OpenRouter id. |