Run Council
run_councilSubmit a question or decision to Meta Council. A panel of specialized AI agents will independently analyze it, then a synthesis step combines their opinions into a unified recommendation with full transparency. Starts asynchronously by default; use get_session with the returned session id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model to use (e.g., 'claude-sonnet-4-6', 'gpt-4o', 'deepseek-chat'). Omit to use user's default. | |
| panel | No | Panel slug to use (e.g., 'default', 'technology', 'healthcare'). Use 'auto' for automatic panel selection. Omit to use default panel. | |
| query | Yes | The question or decision to analyze | |
| wait_seconds | No | Optional synchronous wait (0-90 seconds). Default 0 returns the session id immediately, avoiding reverse-proxy timeouts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |