Deliberation
Deliberation
Получите второе мнение в Claude Code от GPT, Gemini, Grok — а также более 400 моделей через OpenRouter, включая Qwen, Kimi и DeepSeek. Семь экспертов в предметных областях (Архитектор, Ревьюер кода, Аналитик безопасности и ещё четыре) проверяют ваши планы, находят ошибки и обсуждают спорные случаи, пока не придут к согласию.
Недавний пост в блоге: Знакомьтесь, Deliberation: 400+ моделей — это просто, а вот понять, какие из них заслуживают места, — сложно.




Когда три модели спорят, настоящая ошибка проявляется. Раунд 1 = независимые главные находки. Раунд 2 = каждая модель критикует выбор других. Матрица разногласий показывает, где они расходятся; вывод показывает, что на самом деле исправить в первую очередь.
Что такое Deliberation?
Claude может попросить GPT, Gemini, Grok или любую OpenAI-совместимую модель (через OpenRouter) о помощи через MCP. Плагин берёт на себя настройку для каждого провайдера, так что вам остаётся только написать промпт. Каждый эксперт имеет свою специализацию и может консультировать или реализовывать.
Вы можете использовать любое подмножество провайдеров. Плагин определяет, какие настроены, и маршрутизирует соответственно. OpenRouter — только консультативный и управляется конфигурацией: модели объявляются в ~/.config/deliberation/config.json (Windows: %APPDATA%\deliberation\config.json; переопределяется через DELIBERATION_CONFIG) и перезагружаются на лету без перезапуска Claude Code.
Что вы получаете | Почему это важно |
7 экспертов в предметных областях | Нужный специалист для каждого типа задачи |
Модели GPT, Gemini, Grok или OpenRouter | Используйте предпочитаемых провайдеров |
Двойной режим | Эксперты анализируют (только чтение) или реализуют (запись) |
Автомаршрутизация | Claude сам решает, когда делегировать из вашего запроса |
Синтезированные ответы | Claude интерпретирует вывод экспертов, а не передаёт его как есть |
Related MCP server: Agents Council
Установка
Плагин для Claude Code (рекомендуется):
1. Добавьте маркетплейс — antonbabenko/agent-plugins
/plugin marketplace add antonbabenko/agent-plugins2. Установите плагин
/plugin install deliberation@antonbabenko3. Запустите настройку
/deliberation:setupТеперь Claude маршрутизирует сложные задачи к вашим экспертам GPT, Gemini, Grok и OpenRouter (Grok и OpenRouter консультируют; GPT и Gemini также могут реализовывать).
Настройка — одноразовый шаг. MCP-серверы регистрируются манифестом плагина, поэтому они загружаются автоматически и остаются актуальными при обновлениях.
Обновление (Claude Code)
/plugin marketplace update antonbabenko # pull the new version from the marketplace
/reload-plugins # reconnect the MCP servers (or just restart Claude Code)Обновление на хостах, отличных от Claude: хосты, которые запускают автономный сервер через npx -y @antonbabenko/deliberation-mcp, получают последнюю опубликованную версию при каждом новом разрешении. npx кэширует разрешённые пакеты, поэтому если хост использует старую сборку, очистите кэш npx (rm -rf ~/.npm/_npx) или зафиксируйте/обновите версию.
Альтернатива: используйте MCP-сервер deliberation (автономный, работает с любыми агентами)
Оркестрационный сервер также опубликован отдельно — npm @antonbabenko/deliberation-mcp, официальное имя в реестре MCP: io.github.antonbabenko/deliberation.
Установка в один клик:
Добавьте это в конфигурацию MCP вашего хоста (большинство хостов используют ключ mcpServers):
{
"mcpServers": {
"deliberation": {
"command": "npx",
"args": ["-y", "@antonbabenko/deliberation-mcp"],
"env": {
"XAI_API_KEY": "xai-...",
"OPENROUTER_API_KEY": "sk-or-v1-..."
}
}
}
}Блок env — это способ задать ключи провайдеров вне Claude Code. GPT и Gemini не читают ключи здесь — они используют CLI codex и agy (входят отдельно), поэтому удалите эти строки, если используете только GPT/Gemini. XAI_API_KEY включает Grok; OPENROUTER_API_KEY включает OpenRouter (которому также нужны модели, объявленные в ~/.config/deliberation/config.json — канонический путь XDG, Windows %APPDATA%\deliberation\config.json — или укажите другой путь через DELIBERATION_CONFIG). Кнопки установки в один клик выше не могут содержать секреты — добавьте блок env вручную после установки.
Расположение конфигурации для каждого хоста и ожидаемый ключ:
Хост | Конфигурация | Ключ |
Claude Code |
|
|
Claude Desktop |
|
|
Cursor |
|
|
VS Code |
|
|
Codex CLI |
|
|
Gemini CLI |
|
|
Windsurf |
|
|
Zed |
|
|
Cline | настройки MCP расширения (панель Cline -> MCP Servers) |
|
Предварительные требования для провайдеров такие же, как для плагина (см. Требования): Codex CLI для GPT, gemini для Gemini, XAI_API_KEY для Grok и OPENROUTER_API_KEY плюс ~/.config/deliberation/config.json для OpenRouter (Windows: %APPDATA%\deliberation\config.json; переопределите путь конфигурации через DELIBERATION_CONFIG).
Доступные инструменты: ask-all, consensus (полный цикл сходимости за один вызов или один проход синтеза с synthesizeAlways:true), consensus-step (управляйте циклом сами, одно действие за вызов), ask-gpt / ask-gemini / ask-grok / ask-openrouter, panel + ask-one (обнаружение активного набора провайдеров, затем вызов провайдеров по отдельности — запускайте их параллельно для видимого прогресса по каждому), analyze (аналитика только для чтения по журналу отладки и сессиям: задержка/токены на модель + согласованность вердиктов, с рекомендациями по настройке; configuredOnly и since ограничивают отчёт только теми моделями, которые вы ещё используете, и выбранным периодом), семь экспертов (architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, debugger) и инструменты сессий (session-get / session-revisit / session-annotate). Каждый результат содержит ms и эффективный reasoningEffort (HTTP-провайдеры добавляют usage токенов). Необязательный журнал отладки ("debug": { "enabled": true }) записывает задержку / токены / голоса — но никогда промпты или ответы. Эти инструменты серверные, поэтому работают на любом MCP-хосте, не только в Claude Code (см. AGENTS.md).
Пакет также включает бинарник deliberation-setup. Запустите его один раз с npx -y --package @antonbabenko/deliberation-mcp deliberation-setup, чтобы создать стартовый ~/.config/deliberation/config.json (он никогда не перезаписывает существующий). Обычная форма npx -y @antonbabenko/deliberation-mcp запускает бинарник по умолчанию (сервер), который и запускает ваш MCP-хост. Для настройки правил хоста см. AGENTS.md и фрагменты для каждого хоста в examples/.
Нативные плагины для каждого хоста (Cursor / Windsurf / Kiro / OpenCode)
Помимо конфигурации MCP, описанной выше, deliberation поставляет нативные артефакты плагинов для четырёх хостов, чтобы опыт соответствовал плагину Claude Code (эксперты с персонами + руководство по делегированию, а не просто голые инструменты). Все они генерируются из канонических источников с помощью node scripts/sync-hosts.js и фиксируются, поэтому никогда не расходятся (CI-тест на расхождение это обеспечивает). Каждый хост сканирует репозиторий на свои файлы:
Хост | Нативные артефакты (в этом репозитории) | Установка |
Cursor |
| Используйте кнопку MCP в один клик выше, затем скопируйте |
Codex CLI |
|
|
Kiro |
| В Kiro: "Add power from GitHub" -> URL этого репозитория. Отправьте в реестр на kiro.dev/powers/submit. |
OpenCode |
| Добавьте MCP-сервер в |
Учётные данные провайдеров работают так же, как и у автономного сервера (GPT через Codex CLI, Gemini через agy, XAI_API_KEY для Grok, OPENROUTER_API_KEY для OpenRouter) — задавайте только те провайдеры, которые используете. MCP-сервер уже внедряет каждую экспертную персону на стороне сервера, поэтому эти нативные файлы добавляют командный/управляющий слой хоста, а не дублируют логику.
Полные руководства по установке для каждого хоста: docs/hosts/ — Cursor, Codex CLI, Kiro, OpenCode.
Требования
Вам нужен хотя бы один провайдер:
Codex CLI (GPT):
npm install -g @openai/codex, затемcodex login.Antigravity CLI: Getting Started with Antigravity CLI и Migrating from Gemini CLI, затем выполните
agyи войдите в систему.Grok (xAI): устанавливать CLI не нужно; мост поставляется вместе с плагином (требуется Node 18+). Задайте
XAI_API_KEY(получить ключ можно на https://console.x.ai).OpenRouter: CLI не нужен; мост поставляется вместе с плагином (требуется Node 18+). Задайте
OPENROUTER_API_KEY(получить ключ можно на https://openrouter.ai/keys), затем укажите модели в~/.config/deliberation/config.json(Windows:%APPDATA%\deliberation\config.json; переопределяется с помощьюDELIBERATION_CONFIG). Работает с любой OpenAI-совместимой конечной точкой (Ollama, vLLM, LM Studio, HuggingFace Inference) — аутентификация автоматически пропускается, когда переменная окружения с ключом пуста.
Примечание для Windows (провайдеры через CLI). npm install -g в Windows устанавливает shim codex.cmd, а не исполняемый файл, и Node не может запустить .cmd напрямую — поэтому вызовы GPT раньше завершались ошибкой только с сообщением о запуске процесса. deliberation теперь сам находит CLI (через PATHEXT, с запасным вариантом на собственную точку входа пакета) и не использует оболочку. Если на вашей машине поиск не сработает, укажите CODEX_BIN (GPT) или AGY_BIN (Gemini) на реальный исполняемый файл. Grok и OpenRouter это не затрагивает — они являются HTTP-мостами и ничего не запускают.
Команды
Входят в состав плагина (доступны после установки):
Команда | Назначение |
| Настройка MCP-серверов Codex/Gemini/Grok/OpenRouter + правил оркестрации |
| Как использовать deliberation на вашем хосте, с готовыми к вставке примерами запросов |
| Проверка работоспособности (конфиг, CLI провайдеров, сессии/отладка, расхождения путей) с исправлениями; только чтение |
| 🔥🔥🔥 Цикл сходимости GPT + Gemini + Grok + Claude при посредничестве арбитра |
| 🔥 GPT + Gemini + Grok (+ настроенные модели OpenRouter) параллельно, с синтезом результата |
| Разовое второе мнение от GPT (Codex) |
| Разовое второе мнение от Gemini |
| Разовое второе мнение от Grok (xAI) (только рекомендация) |
| Разовое второе мнение от модели OpenRouter (только рекомендация) |
| Анализ недавних запусков (задержка, токены, согласованность вердиктов) и предложения по настройке моделей/рассуждений/разветвления (рекомендация) |
| Удаление конфигурации MCP, правил и алиасов |
| Перечислить, обрезать или выполнить gc для загруженных в Grok файлов (очистка хранилища и локального кеша) |
/setup также может установить короткие алиасы (/ask-gpt, /ask-gemini, /ask-grok, /ask-openrouter, /ask-all, /consensus) в ~/.claude/commands/. Это делается по желанию. Существующие команды с такими же именами по умолчанию сохраняются; setup спрашивает разрешение перед перезаписью любой из них. /deliberation:uninstall удаляет алиас только в том случае, если он побайтно идентичен встроенной копии.
analyze намеренно исключён: /analyze — распространённое имя, и голая копия конфликтует с любым другим плагином, который содержит такую команду. Используйте /deliberation:analyze, он доступен всегда. Если более ранняя установка создала ~/.claude/commands/analyze.md, setup теперь покажет путь к нему, чтобы вы могли его удалить. /deliberation:uninstall также перечисляет analyze, но его защита по побайтному совпадению срабатывает только для копии текущего встроенного файла — алиас, скопированный из более старой версии, будет отличаться, и его намеренно не трогают, а не удаляют наугад.
Эксперты
Эксперт | Что они делают | Примеры запросов |
Architect | Системный дизайн, компромиссы, сложная отладка | "How should I structure this?" / "What are the tradeoffs?" |
Plan Reviewer | Проверка планов перед началом работы | "Review this migration plan" / "Is this approach sound?" |
Scope Analyst | Раннее выявление неоднозначностей | "What am I missing?" / "Clarify the scope" |
Code Reviewer | Поиск ошибок, повышение качества | "Review this PR" / "What's wrong with this?" |
Security Analyst | Уязвимости, моделирование угроз | "Is this secure?" / "Harden this endpoint" |
Researcher | Внешние библиотеки, документация, лучшие практики | "How do I use X?" / "Find examples of Y" |
Debugger | Анализ первопричин, минимальные исправления | "Why does this crash?" / "Debug this failing test" |
Когда эксперты наиболее полезны
Архитектурные решения - "Should I use Redis or in-memory caching?"
Застрявшая отладка - после двух и более неудачных попыток получите свежий взгляд
Перед реализацией - проверьте план до написания кода
Вопросы безопасности - "Is this auth flow safe?"
Качество кода - второе мнение о вашей реализации
Когда эксперты не нужны
Простые файловые операции (Claude обрабатывает их напрямую)
Первая попытка любого исправления (сначала попробуйте сами)
Тривиальные вопросы (делегировать не нужно)
Как использовать
Опишите задачу. Claude определяет, когда эксперт поможет, и делегирует автоматически:
You: "Is this authentication flow secure?"
Claude: routes to the Security Analyst, then synthesizes the findings.Вы также можете попросить явно: "Ask GPT to review this architecture", "Ask Gemini to..." или "Ask Grok to...". Каждый эксперт работает в режиме «только чтение» для анализа или с правом записи для применения исправлений, и Claude выбирает режим в зависимости от вашего запроса.
Или вызывайте слэш-команды напрямую — см. раздел «Команды» выше.
Как /consensus и /ask-* не дают моделям лукавить
/ask-gpt, /ask-gemini, /ask-grok и /ask-all — это быстрые команды: каждая отправляет одну или три внешние модели, Claude читает вывод, и вы получаете один синтезированный ответ. Одиночный запуск, без цикла, без раунда рецензирования.
/consensus — тяжёлая команда. Та же параллельная отправка, но с раундом взаимного рецензирования и многораундовым циклом, который останавливается только тогда, когда модели приходят к согласию. Цена: оркестратор (Claude) пишет промпт для рецензии, голосует, решает, какие возражения обоснованы, и запускает цикл. Если оставить всё как есть, такая схема может тихо штамповать собственный план. Этому препятствуют четыре защиты.

См. подробную диаграмму с защитами от смещений и потоком по каждой модели
Четыре защиты:
Слепой вердикт. Claude публикует собственный вердикт (APPROVE / REQUEST CHANGES / REJECT) в сообщении, отправленном до того, которое вызывает панель. Предварительное обязательство остаётся в транскрипте, поэтому Claude не может изменить своё мнение после того, как увидит остальных. Движок обеспечивает это: панель не раскрывается, пока не зафиксирован слепой вердикт.
Взаимное рецензирование. Каждая внешняя модель независимо рецензирует план и возвращает вердикт плюс категоризированные критические замечания; Claude взвешивает их как арбитр. Модели голосуют, Claude выносит решение.
Никакого самостоятельного одобрения. Раунд сходится только тогда, когда каждая ответившая внешняя модель одобряет и хотя бы одна внешняя модель действительно ответила. Собственное одобрение Claude само по себе никогда не закрывает раунд. Провайдер, который выдаёт ошибку (например, ненастроенный Grok возвращает
missing-auth), выбывает из подсчёта, а не блокирует цикл.Никакого молчаливого отклонения. Каждое критическое замечание, которое отклоняется или откладывается, попадает в итоговый отчёт с однострочным обоснованием, включая случаи, когда Claude берёт назад одно из собственных слепых возражений. Движок отклоняет решение, которое снимает замечание без причины.
Команды /ask-* несут более лёгкую версию того же правила. Внешняя модель только советует: Claude читает вывод, применяет собственное суждение и сам отвечает за синтезированный ответ. Когда модели согласны — это входные данные, а не вердикт.
/consensus — это тонкий драйвер поверх основного движка сходимости (core/consensus-loop.js); механика цикла — подсчёт раундов, правило сходимости, настраиваемый предел максимального числа раундов, история и метка уверенности — находится в движке, а не в команде. Каждый раунд:
Слепой вердикт. Claude фиксирует собственный вердикт (видимый в транскрипте) ДО того, как панель будет раскрыта; движок блокирует раскрытие до его получения.
Проверка панелью. GPT, Gemini, Grok (а также любые настроенные делегаты OpenRouter) параллельно проверяют план и выдают APPROVE / REQUEST CHANGES / REJECT плюс категоризированные критические проблемы. Сервер разбирает каждый вердикт.
Арбитраж + ревизия. Claude согласует вердикты панели и собственный слепой вердикт; по каждой критической проблеме он выбирает принять, отклонить (требуется обоснование) или отложить, затем дорабатывает план для следующего раунда.
Цикл сходится, когда как минимум один ответивший внешний участник одобряет, никто не отклоняет, не остаётся принятых критических проблем, и Claude выносит вердикт APPROVE — то есть Claude не может одобрить сам себя. В противном случае цикл останавливается на consensus.maxRounds (по умолчанию 5, настраивается) со статусом unresolved. Метка уверенности отражает, насколько быстро было достигнуто соглашение (раунд 1 = высокая, 2–3 = средняя, 4–5 = низкая).
Тот же движок поддерживает точки входа, которые используют другие хосты: инструмент consensus (запускает весь цикл на стороне сервера одним вызовом с арбитром-провайдером или выполняет одиночный синтез-проход при synthesizeAlways:true) и consensus-step (управляйте сами, одно действие за вызов). См. TECHNICAL.md для таксономии и контракта движка.
В более ранней ревизии был дополнительный «Этап 2» — анонимное перекрёстное рецензирование коллегами (каждая модель вслепую оценивала ответы других, адаптировано из karpathy/llm-council). Переработка на основе движка убрала его, чтобы сохранить единый источник истины; он может вернуться как функция движка.
Конфигурация
Полное руководство по установке и настройке находится в SETUP.md. Оно охватывает:
Экспертные режимы — консультативный (
read-only) против исполнительного (workspace-write), выбираются автоматически на основе вашего запросаФайл конфигурации — расположение (
~/.config/deliberation/config.json), переопределениеDELIBERATION_CONFIGи горячая перезагрузкаШесть разделов конфигурации —
providers,models,routing,consensus,sessions,debug— с минимальным примеромМодели OpenRouter — объявление записей, право на
askAll/consensus, фан-аут,reasoningEffortи выбор арбитра;consensusтакже настраивает лимит раундов (maxRounds) и бюджет реального времени (maxWallMs, по умолчанию 20 минут)Таймауты —
providers.defaults.timeoutповышает потолок на один вызов сразу для всех провайдеров;providers.<name>.timeoutпереопределяет один, а таймаут закреплённой моделиmodels.<id>.timeoutпо-прежнему имеет приоритет. Вызов с ограничением частоты (HTTP 429) повторяется один раз с учётомRetry-Afterвышестоящего сервисаЖурнал отладки — опциональный трейс задержек / токенов / голосования
Персистентность сессий — опциональное сохранение истории запусков на диск (включая управляемый хостом цикл
/consensus) и инструментыsession-*;sessions.captureText(по умолчанию выключен) дополнительно сохраняет тела ответов провайдеров (очищенные)
О внутреннем устройстве провайдеров, переменных окружения и ручной настройке MCP см. TECHNICAL.md.
Автор
Поддерживается Антоном Бабенко — LinkedIn, X/Twitter.
Участие
Вклад приветствуется. См. CONTRIBUTING.md о рабочем процессе, соглашениях о коммитах и автоматизированном процессе релизов.
Лицензия
Available Tools
20 toolsanalyzeARead-only
Analyze recent runs from the opt-in debug log (latency/tokens/reasoning-effort per model) plus the session store (verdict agreement rate), and return advisory tuning suggestions (disable a slow/redundant model in ask-all, lower an OpenRouter model's reasoning, adjust maxFanout). Two lenses reported side by side - timing and agreement are NOT joined (no shared run id). Requires debug.enabled for the timing lens. Local and read-only (no provider calls, writes nothing); returns a text-wrapped JSON envelope with the two lenses + suggestions. The /deliberation:analyze slash command renders this for humans.
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Only analyze runs newer than this window, e.g. "30m", "24h", "7d", or a bare number of seconds. Gates BOTH lenses so timing and agreement cover the same period. Omit for all time. Max 10 years; an invalid or out-of-range value is an error, never a silent fallback. | |
| sessions | No | How many recent session records to read for the agreement lens. Default -1 (no caller cap), still bounded to 500 parsed records; truncation is reported in meta.truncated.sessions. | |
| limitBytes | No | Tail size of the debug log to read, in bytes (default 1048576, or 33554432 when `since` is set). Clamped to 33554432. | |
| configuredOnly | No | Report only models present in the current config (default true). Excluded rows and the reason each was dropped are listed in meta.excluded. Set false to include retired/unconfigured models. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare `readOnlyHint: true` and `destructiveHint: false`. The description goes far beyond this by explaining nuances: the opt-in nature of the log, the local execution ('no provider calls, writes nothing'), the two lenses not being joined, the requirement for `debug.enabled`, and the exact return format ('text-wrapped JSON envelope'). This is exemplary behavioral disclosure for a read-only analysis tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense paragraph, which given the complexity of the tool (two lenses, two data sources, exclusions, return format) is justifiable and efficient. Every sentence carries meaningful information: purpose, caveats, requirements, execution model, return format, and human-friendly alternative. Front-loaded with the primary action, with critical caveats following naturally, then closing with the alternative rendering.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex analysis tool with 4 parameters, no output schema, and rich sibling context available, the description covers: the input sources, the analysis logic, the output format, the caveats (not joined), the requirement (debug.enabled), side effects (none), and the alternative. The overloading of parameters is documented in the schema, and the description ties it all together. There is no practical gap an agent would face when deciding to call this tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and each parameter already has rich descriptions. The description adds high-level context by explaining the two data sources and the 'two lenses' concept that maps to the parameters (`since` gates both lenses, `sessions` for agreement, `limitBytes` for tail size, `configuredOnly` for filtering). It doesn't fully explain every parameter's interaction (e.g., limitBytes default changes with `since`), but the schema handles that. A 4 is warranted because the high-level semantics add value on top of the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description starts with 'Analyze recent runs from the opt-in debug log... plus the session store' and clearly specifies the two data sources, the two lenses (timing and agreement), and the deliverable (advisory tuning suggestions). It explicitly notes the lenses are NOT joined, which distinguishes its analytical scope. The description also names a sibling renderer (`/deliberation:analyze`) and differentiates from its siblings by being local and read-only.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use it ('Analyze recent runs from the opt-in debug log...') and includes critical caveats: 'timing and agreement are NOT joined (no shared run id)', 'Requires `debug.enabled` for the timing lens', and 'Local and read-only (no provider calls, writes nothing)'. It also names the alternative format for humans ('The `/deliberation:analyze` slash command renders this for humans'), which helps an agent decide between calling the tool directly versus delegating to the human-facing command. This replaces potentially harmful default assumptions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
architectARead-only
Software architect for system design, tradeoff analysis, and complex decisions. Use for architecture, API/schema design, multi-service interactions, or when a fix has failed twice and needs a fresh perspective. Fans out to the configured provider panel with this persona (advisory; each provider needs its key/CLI, rate limits apply) and returns a text-wrapped JSON envelope { results[] }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses key behaviors beyond annotations: it fans out to a configured provider panel with an advisory persona, requires each provider's key/CLI, has rate limits, and returns a text-wrapped JSON envelope with a results array. This complements the readOnlyHint (true), destructiveHint (false), and openWorldHint (true) annotations effectively.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise (three sentences) and front-loaded with purpose, followed by usage and behavioral details. Every sentence adds value without redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (6 parameters, no output schema, 18 sibling tools), the description is remarkably complete. It covers purpose, usage scenarios, behavioral model, return format, and prerequisites (keys, rate limits). No gaps are apparent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage for all parameters, so the baseline is 3. The tool description adds context about the advisory persona and fan-out behavior, but does not significantly enhance the meaning of individual parameters beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a software architect for system design, tradeoff analysis, and complex decisions. It lists specific use cases (architecture, API/schema design, multi-service interactions, or after two failed fixes) and distinguishes itself from siblings by noting that the 'expert' parameter's persona is overridden on named expert tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use the tool (e.g., architecture, complex decisions, fresh perspective after two failed fixes). It also indirectly advises against using it when a more specific expert tool is appropriate (since the persona is overridden). However, it lacks explicit 'when not to use' statements, which would improve clarity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ask-allARead-only
Fan out one question to GPT, Gemini, Grok, and any configured OpenRouter models in parallel for independent second opinions, then return all results (advisory, no cross-contamination). Pass expert to apply a persona to every delegate. Calls external LLM providers (each needs its key/CLI; provider rate limits apply); returns a text-wrapped JSON envelope { results[], omitted[] } and persists a session record only when sessions.persist is enabled (default off).
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses external provider calls, key/CLI requirements, rate limits, return format (JSON envelope with results/omitted), and session persistence condition. Adds significant value beyond readOnlyHint annotation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two well-structured sentences front-load the core action and include all key caveats without superfluous content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 parameters, no output schema, and complex multi-provider behavior, the description adequately covers purpose, behavior, output format, and configuration details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers all 6 params (100% coverage). Description adds context: expert applies persona, reasoningEffort ignored by some providers, cwd resolution, and default persistence behavior. Enhances understanding beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states the tool fans out a question to multiple LLM providers (GPT, Gemini, Grok, OpenRouter) in parallel for independent second opinions, distinguishing it from single-provider siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Indicates use for independent second opinions and advisory results. Implicitly contrasts with single-provider tools via sibling names, but lacks explicit when-not or alternative references.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ask-geminiARead-only
Single-provider second opinion via gemini (advisory, single-shot). Pass expert to apply one of the expert personas. Calls the external gemini provider (via the Gemini CLI; rate limits apply) and returns a text-wrapped JSON envelope { result }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that the tool returns a 'text-wrapped JSON envelope { result }' and that it calls an external provider with rate limits. Annotations already indicate readOnlyHint=true and destructiveHint=false, so the description adds value without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences front-loading the purpose and key guidance. Every sentence adds value with no redundancy. Efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 parameters, no output schema, and annotations providing safety context, the description covers return format, rate limits, and single-shot nature. It does not detail error handling or pagination, but for a single-shot advisory tool this is sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaning beyond the schema: it explains that 'expert' applies personas, 'developerInstructions' overrides built-in persona, and that 'reasoningEffort' is ignored for Gemini. Since schema coverage is 100%, the description enriches understanding of parameter behavior.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Single-provider second opinion via gemini (advisory, single-shot)' which includes a specific verb (ask/consult), resource (gemini), and scope (single-provider). It distinguishes from sibling tools like ask-all, ask-gpt, etc. by emphasizing it is only for Gemini.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description advises passing 'expert' for personas and notes that for named expert tools the tool's own persona wins. It also mentions rate limits and that reasoningEffort is ignored for Gemini, providing context on when to use. However, it does not explicitly state when not to use this tool versus alternatives, though it is implied by the single-provider nature.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ask-gptARead-only
Single-provider second opinion via codex (advisory, single-shot). Pass expert to apply one of the expert personas. Calls the external codex provider (via the Codex CLI; rate limits apply) and returns a text-wrapped JSON envelope { result }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the annotations (readOnlyHint, destructiveHint, openWorldHint), the description discloses that it calls an external provider 'via the Codex CLI' with rate limits, and returns 'a text-wrapped JSON envelope { result }.' This adds meaningful behavioral context about side effects and output format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: two sentences plus a brief note on return format. Every sentence adds value—purpose, expert usage, provider details, rate limit caveat, and output structure. No filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 6 parameters (all described in schema) and no output schema, the description covers the return format and a key behavioral detail (rate limits). However, it lacks usage context and guidance on when to pick this tool over siblings, leaving the agent without a complete picture for selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds only minimal parameter semantics by mentioning that `expert` applies personas, but does not elaborate on `prompt`, `files`, or other parameters beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides a 'Single-provider second opinion via codex (advisory, single-shot),' specifying the provider and nature. It distinguishes itself from sibling 'ask-*' tools by naming 'codex' as the provider, but does not explicitly contrast with other single-provider alternatives like ask-gemini or ask-one, so it lacks full sibling differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus its many siblings (e.g., ask-gemini, ask-all, or expert tools). It mentions that on a named expert tool the persona is ignored, but this is a behavioral note, not a usage guideline. There is no when-not-to-use or alternative recommendation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ask-grokARead-only
Single-provider second opinion via grok (advisory, single-shot). Pass expert to apply one of the expert personas. Calls the external grok provider (needs XAI_API_KEY; rate limits apply) and returns a text-wrapped JSON envelope { result }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds context beyond annotations: it labels the tool as 'advisory, single-shot' and notes external provider call, API key requirement, rate limits, and return format (text-wrapped JSON envelope). No contradiction with annotations (readOnlyHint=true, destructiveHint=false, openWorldHint=true).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with only two sentences, front-loading the core purpose. Every sentence adds value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 6 parameters and no output schema, the description covers purpose, behavior, parameter details, and external dependencies. It lacks explicit error handling but is otherwise complete for a well-annotated tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline 3. The description adds meaning: it explains that 'expert' applies a persona and is ignored on named expert tools, 'developerInstructions' overrides persona, 'reasoningEffort' applies only to certain providers, and 'files' attachment behavior per provider.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool is a 'Single-provider second opinion via grok (advisory, single-shot),' identifying the provider and the one-time advisory nature. It distinguishes from sibling tools by specifying 'single-provider' and 'grok,' and mentions 'expert' personas.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use for a 'second opinion' but does not explicitly state when to use this tool versus alternatives like 'ask-gpt' or 'ask-gemini.' It mentions external dependencies (XAI_API_KEY, rate limits) but lacks explicit when-not or alternative tool comparisons.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ask-oneARead-only
Second opinion from ONE named provider in the active panel (e.g. codex, gemini, grok, openrouter:<alias> - get the names from panel). Issue N in parallel (one per panel name) so each renders independently as it lands. Calls one external LLM provider (needs its key/CLI; rate limits apply); returns a text-wrapped JSON envelope { result }, or { error, panel } when the name is not in the panel. Advisory, single-shot.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| provider | Yes | A name from `panel` (e.g. "codex", "gemini", "grok", "openrouter:<alias>"). | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnly, non-destructive, and open-world. The description adds behavioral details about external API calls, key/CLI requirements, rate limits, and the return envelope format with error handling. No contradictions with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is somewhat lengthy but every sentence adds information. It front-loads the core purpose and provides structured details. Minor redundancy could be trimmed, but overall it is clear and well-organized.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With 7 parameters, no output schema, and moderate complexity, the description adequately covers all parameters, return format, error cases, and usage notes. It lacks an explicit list of return fields but is sufficient for an advisory tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions. The description adds value by explaining the provider parameter with examples, clarifying the expert parameter's behavior with named tools, and describing file attachment modes per provider type. This goes beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool provides a second opinion from ONE named provider in the active panel, lists example provider names, and distinguishes from sibling tools like ask-all and provider-specific tools. It also notes the advisory, single-shot nature.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description advises issuing N calls in parallel for multiple providers and clarifies the need for provider keys/CLI and rate limits. It also explains the return format and error case. While it doesn't explicitly state when not to use, it provides sufficient contextual guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ask-openrouterARead-only
Single-provider second opinion via openrouter (advisory, single-shot). Pass expert to apply one of the expert personas. Calls the external openrouter provider (needs the OpenRouter API key env; rate limits apply) and returns a text-wrapped JSON envelope { result }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Adds context that it calls external provider, requires API key env, and has rate limits. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences covering purpose, key feature, technical requirements, and return format. No unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers purpose, external dependency, return format, and key parameters. Could mention what the result envelope contains but sufficient for a simple call.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but description adds value by explaining that expert persona is ignored on named expert tools and that files attachment works differently.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it's a single-provider second opinion via openrouter, advisory and single-shot. Distinguishes from sibling tools like ask-all and specific expert tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Indicates advisory, single-shot usage and mentions external dependency with API key. Implicitly contrasts with multi-provider tools but lacks explicit when-not-to-use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
code-reviewerARead-only
Senior engineer doing code review for bugs, security holes, and maintainability - not style nitpicks. Use to review a diff or file before merging. Fans out to the configured provider panel with this persona (advisory; each provider needs its key/CLI, rate limits apply) and returns a text-wrapped JSON envelope { results[] }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds beyond that by revealing the tool fans out to external providers (each needing keys/CLI and subject to rate limits), returns a text-wrapped JSON envelope with results[], and operates in an advisory persona. This informs the agent about dependencies and output format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise at three sentences, each serving a distinct purpose: stating the persona and scope, specifying when to use, and explaining the behavior and output. It is front-loaded and contains no redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the moderate complexity (6 parameters, no output schema), the description covers all essential aspects: purpose, usage, behavior, and output format (JSON envelope with results[]). It does not detail error handling or edge cases, but the annotations and schema fill remaining gaps, making it sufficiently complete for an agent to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by explaining that on a named expert tool like this, the tool's own persona wins over the 'expert' parameter and that 'developerInstructions' overrides the built-in persona. This clarifies parameter behavior beyond the schema's field descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool performs code review focusing on bugs, security holes, and maintainability, distinguishing it from style nitpicks. It specifies the action (reviewing a diff or file before merging) and the resource (code), making the purpose immediately understandable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool: 'to review a diff or file before merging.' It also clarifies what not to do ('not style nitpicks'). However, it does not mention when to use alternative sibling tools like security-analyst or architect, missing an opportunity to guide the agent on tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
consensusARead-only
Run the FULL multi-round consensus convergence loop server-side with a provider arbiter (blind pass + peer fan-out -> adjudicate -> revise) and return the converged verdict. Default depth is consensus.maxRounds (config, default 5); pass maxRounds to override. Pass synthesizeAlways:true for a SINGLE arbiter synthesis pass instead of the loop (best for open questions, not plan convergence): it returns a free-text synthesis and maxRounds is ignored. Configure the arbiter via consensus.arbiter - a concrete provider/openrouter alias runs server-side; host mode returns the opinions for YOU to synthesize. Advisory; pass expert to apply a persona. Calls external providers (keys/CLI; rate limits apply); returns a text-wrapped JSON envelope (split verdict/synthesis, loop fields nullable) and persists a session record only when sessions.persist is enabled (default off). NOTE (Claude Code): use the /consensus slash command for the transcript-visible host-arbiter loop (it drives consensus-step); this tool is the provider-arbiter path for any host.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| maxRounds | No | Override consensus.maxRounds for this call (loop mode only; ignored when synthesizeAlways is true). Clamped to 50. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| synthesizeAlways | No | Run ONE arbiter synthesis pass instead of the convergence loop. Returns a free-text `synthesis` (verdict/converged/confidence are null, rounds is 1). Best for open questions. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses important behavioral traits: calls external providers with rate limits, returns a text-wrapped JSON envelope with split verdict/synthesis, and persists session only when enabled. No contradiction with annotations (readOnlyHint, destructiveHint, openWorldHint).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is dense with information and front-loaded with the core purpose. Every sentence provides necessary context. The NOTE at the end is somewhat audience-specific but does not detract significantly. Could be slightly trimmed, but overall efficient for the tool's complexity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 8 parameters, no output schema, and moderate complexity, the description covers purpose, usage, parameters, behavior, and return format (JSON envelope). It is self-contained and eliminates ambiguity for the agent invoking the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for all 8 parameters. The description adds value beyond schema by explaining default behavior (e.g., maxRounds default from config, synthesizeAlways overrides loop, expert persona overriding, file delivery modes). Reduces cognitive load for the agent.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it runs a 'multi-round consensus convergence loop server-side' and returns a converged verdict. It distinguishes from sibling tool 'consensus-step' via the NOTE about using the /consensus slash command for the host-arbiter loop, and from other single-provider tools by the loop mechanism.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly describes when to use the full loop vs. the single synthesis pass (synthesizeAlways), and advises on open questions vs. plan convergence. Also mentions the alternative /consensus slash command for host-arbiter loop, providing clear selection criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
consensus-stepA
Client-driven consensus loop where YOU (the host model) are the arbiter, one action per call: init (returns sessionId + blind prompt) -> record_blind (your pre-commit verdict) -> dispatch_peers (server fans out to the providers) -> submit_adjudication (your verdict + per-issue accept/dismiss/defer) -> submit_revision (your revised plan), looping until converged or consensus.maxRounds rounds (default 5). Only the dispatch_peers action calls external providers; the others are local transitions on the ephemeral per-session loop store (keyed by sessionId, lost on server restart). Each call returns a text-wrapped JSON envelope with the next status/round (plus blindPrompt, opinions[], or finalReport by action). Advisory to the outside world, but mutates server loop state on every call.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | dispatch_peers only: working directory the peer providers run in. | |
| action | Yes | Which loop step to run this call, in order: init -> record_blind -> dispatch_peers -> submit_adjudication -> submit_revision. | |
| expert | No | init only: optional persona for the peer panel (see the expert tools). | |
| prompt | No | init only: the plan/proposal under review. | |
| verdict | No | submit_adjudication only: your adjudicated verdict after weighing the panel. | |
| decisions | No | submit_adjudication only: per-issue rulings, each { source, category, description, action: accept|dismiss|defer, reason }; dismiss/defer require a reason. | |
| sessionId | No | Loop id returned by init; required on every action except init. | |
| diffSummary | No | submit_revision only: one line summarizing what changed. | |
| revisedPlan | No | submit_revision only: the full revised plan addressing accepted issues. | |
| blindVerdict | No | record_blind only: your pre-commit verdict text, written before the panel is revealed. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description transparently discloses critical behavioral traits: it mutates server loop state, is advisory but mutates on every call, state is ephemeral (lost on server restart), and only dispatch_peers calls external providers. This goes well beyond the annotations (readOnlyHint=false, destructiveHint=false, openWorldHint=true) by adding context about state persistence and external calls.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is packed with necessary detail, but it is somewhat dense and could benefit from clearer structure (e.g., breaking into sections). It front-loads the overall purpose but the subsequent list of actions and constraints is a bit sprawling. Still, every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (10 parameters, no output schema), the description provides a comprehensive overview of the workflow, state management, and expected replies (text-wrapped JSON envelope). It covers edge cases (sessionId required after init, convergence loop) and parameter constraints per action. However, it does not explain return values in detail.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds meaningful context beyond the schema by grouping parameters by action (e.g., 'init only', 'record_blind only') and explaining semantics like 'blindVerdict: your pre-commit verdict text, written before the panel is revealed'. This helps the agent understand usage constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool implements a consensus loop with a specific sequence of actions (init, record_blind, dispatch_peers, submit_adjudication, submit_revision). It explains the role of the host model as arbiter. However, while it distinguishes the tool from abstract siblings like 'consensus' by detailing the step-by-step protocol, it doesn't explicitly contrast with related tools in the sibling list.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description specifies the required order of actions and that only one action per call is allowed. It implies usage context (client-driven loop) but does not provide explicit guidance on when to use this tool vs alternatives like the simpler 'consensus' tool. No exclusions or when-not-to-use scenarios are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
debuggerARead-only
Debugging specialist that produces ranked root-cause hypotheses and the smallest safe fix from a bug report, logs, and code - or says honestly that the evidence shows no bug. Use for crashes, failing tests, or wrong output. Fans out to the configured provider panel with this persona (advisory; each provider needs its key/CLI, rate limits apply) and returns a text-wrapped JSON envelope { results[] }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that the tool 'fans out to the configured provider panel' with a specific persona, that each provider needs key/CLI and rate limits apply. This adds behavioral context beyond the annotations (readOnlyHint=true, destructiveHint=false, openWorldHint=true). No contradictions with annotations; the description provides useful transparency about external dependencies and response format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: first clearly states the purpose and output, second provides usage guidance and behavioral notes. It is concise with no unnecessary words, effectively front-loading the key information. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (debugging analysis using external providers), the description covers purpose, usage, behavioral notes (provider dependency, rate limits), and output format. It mentions return structure (JSON envelope with results array) but does not detail the results schema, which is acceptable without an output schema. Generally complete for effective use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 6 parameters with 100% description coverage, so the schema already explains each parameter. The description does not add new meaning beyond what the schema provides (e.g., it doesn't elaborate on how 'prompt' should be structured for best results). Baseline score of 3 is appropriate since the schema carries the burden.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool is a debugging specialist that produces ranked root-cause hypotheses and small safe fixes from bug reports, logs, and code. It specifies the output format (JSON envelope with results array) and when to use it (crashes, failing tests, wrong output). This distinguishes it from sibling tools like 'code-reviewer' or 'researcher', which have different focus areas.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use for crashes, failing tests, or wrong output', providing clear usage context. It does not explicitly state when not to use, but the tool's name and specialization implicitly exclude other tasks. It mentions the tool returns 'says honestly that the evidence shows no bug', which guides appropriate usage. No direct comparison to alternatives, but the scope is reasonably defined.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
panelARead-only
Return the names of the providers ask-all WOULD dispatch for the current config + expert (enabled built-ins + eligible OpenRouter aliases, fanout cap applied), WITHOUT calling them. Use this to discover the panel, then issue one ask-one call per provider in parallel for visible per-provider progress. Local and read-only (no provider calls); returns a text-wrapped JSON envelope { providers[], omitted[] }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| expert | No | Optional persona to preview the panel for; affects which providers/aliases are eligible. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by confirming it is 'local and read-only (no provider calls)' and describing the return envelope, though annotations cover the safety profile well.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, zero waste. First sentence delivers purpose and behavior, second gives usage guidance. Efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 2-param optional tool with rich annotations, the description covers purpose, behavior, return format, and usage flow. No gaps given the context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description repeats the schema text for parameters without adding new meaning or syntax details beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it 'returns the names of the providers... WITHOUT calling them', distinguishing it from ask-all. It identifies the specific verb and resource (discover panel) and differentiates from siblings like ask-one.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use: 'Use this to discover the panel, then issue one ask-one call per provider in parallel'. Provides clear context but lacks explicit exclusions or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plan-reviewerARead-only
Work-plan reviewer that verifies a plan is executable before anyone builds. Use to validate an implementation plan for clarity, completeness, and gaps before starting significant work. Fans out to the configured provider panel with this persona (advisory; each provider needs its key/CLI, rate limits apply) and returns a text-wrapped JSON envelope { results[] }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and non-destructive behavior. The description adds value by disclosing that it fans out to a provider panel, requires keys/CLI, has rate limits, and returns a JSON envelope with results. This goes beyond the annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is relatively concise (2 sentences plus a brief return format note). It front-loads the purpose and usage. The technical details about fan-out and return envelope could be slightly more structured but do not hinder readability.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description mentions the return format as 'text-wrapped JSON envelope { results[] }', which is helpful. However, it lacks details on error handling, provider configuration, and edge cases. Given the tool's complexity (fan-out, multiple providers), more completeness would be beneficial.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with clear parameter descriptions. The description adds contextual meaning, such as the 'expert' parameter being ignored on named expert tools and the persona being advisory. This supplements the schema without redundancy.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a plan reviewer that validates implementation plans before building. It uses specific verbs ('verifies', 'validate') and distinguishes itself from siblings like 'architect' or 'code-reviewer' by focusing on plan review before execution.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description advises using the tool 'to validate an implementation plan before starting significant work', providing clear context. However, it does not explicitly state when not to use it or mention alternative tools for other phases of the development process.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
researcherARead-only
Research specialist for external libraries, frameworks, APIs, and open-source code. Use for 'how do I use X', best-practice, or 'why does this dependency behave this way' questions, with evidence and honest unverified flags. Fans out to the configured provider panel with this persona (advisory; each provider needs its key/CLI, rate limits apply) and returns a text-wrapped JSON envelope { results[] }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true and openWorldHint=true. The description adds valuable behavioral details: it fans out to a provider panel with advisory persona, requires keys/CLI per provider, rate limits apply, returns a text-wrapped JSON envelope with results, and includes evidence and honest unverified flags. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences long, front-loaded with the main purpose, and includes necessary technical details without redundancy. It is efficient but could be slightly more concise by combining some clauses.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (multiple providers, six parameters, no output schema), the description thoroughly covers behavior: provider fan-out, return envelope format, file attachments, reasoning effort, and persona override. It provides sufficient context for an AI agent to use the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the input schema already fully describes each parameter. The description adds minimal value for parameter semantics, only mentioning that the expert parameter is ignored on named expert tools. It does not explain parameter details beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a research specialist for external libraries, frameworks, APIs, and open-source code, and specifies concrete use cases like 'how do I use X' and 'why does this dependency behave this way'. This distinguishes it from sibling tools such as architect, code-reviewer, and debugger.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool (e.g., best-practice questions) and mentions that on a named expert tool the tool's own persona wins. However, it does not explicitly list when not to use it or recommend specific alternatives among the many sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
scope-analystARead-only
Pre-planning consultant that catches ambiguities, hidden requirements, and pitfalls before planning begins. Use when a request is vague or could be interpreted multiple ways. Fans out to the configured provider panel with this persona (advisory; each provider needs its key/CLI, rate limits apply) and returns a text-wrapped JSON envelope { results[] }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Disclosed behaviors include 'fans out to configured provider panel', 'advisory persona', 'each provider needs its key/CLI, rate limits apply', and 'returns text-wrapped JSON envelope { results[] }'. This adds context beyond annotations (readOnlyHint, openWorldHint) without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences only: first sentence states purpose and use condition, second explains behavior and output. Front-loaded, no redundancy, every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description covers the return envelope shape. It also mentions provider dependencies. However, the structure of results[] is not detailed, but acceptable given the tool's advisory role.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description does not add any meaning or usage guidance for individual parameters beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool is a 'pre-planning consultant' that 'catches ambiguities, hidden requirements, and pitfalls before planning begins.' It specifies when to use ('vague or could be interpreted multiple ways'), distinguishing it from sibling tools like architect or plan-reviewer.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states 'Use when a request is vague or could be interpreted multiple ways.' Provides clear context but does not explicitly mention when not to use or suggest alternative sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
security-analystARead-only
Security engineer for threat modeling and vulnerability assessment. Use for auth/authorization changes, untrusted input handling, new endpoints, or a focused security audit. Fans out to the configured provider panel with this persona (advisory; each provider needs its key/CLI, rate limits apply) and returns a text-wrapped JSON envelope { results[] }.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory. | |
| files | No | Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url. | |
| expert | No | Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored. | |
| prompt | Yes | The question or task for the provider(s)/expert. | |
| reasoningEffort | No | Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it. | |
| developerInstructions | No | Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds significant context beyond annotations: it explains the fan-out to providers, advisory persona, provider requirements (keys/CLI), rate limits, and return format as a JSON envelope. This is valuable as annotations only indicate readOnly and openWorld hints.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loaded with purpose, then use cases, then behavior. Every sentence adds value without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers purpose, use cases, behavior, and return format. While it could detail the results structure more, it sufficiently complements the annotations and schema, leaving minor ambiguity about the exact output shape.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already describes all parameters well. The description does not add substantial parameter-specific guidance beyond the schema, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool is a security engineer for threat modeling and vulnerability assessment, with specific use cases like auth/authorization changes and security audits. This distinguishes it from sibling tools such as code-reviewer or architect.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly lists when to use: for auth/authorization changes, untrusted input handling, new endpoints, or a focused security audit. It does not mention when not to use or alternative tools, but the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
session-annotateA
Append a freeform note to a persisted session's audit trail - an additive local write, no provider calls. Requires sessions.persist. Returns a text-wrapped JSON envelope { session } (the updated record), or { error } when persistence is off or the id is unknown.
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Freeform text appended to the record's audit trail. | |
| sessionId | Yes | Id of the persisted session record to annotate. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description details the additive, non-destructive nature of the operation and states that it is a local write with no provider calls. This adds valuable context beyond the annotations (which already indicate non-read-only and non-destructive). It also explains error conditions and return format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise: two sentences that efficiently convey purpose, prerequisites, and return behavior. Every sentence serves a distinct purpose with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (two required params, no output schema), the description provides complete information: it explains the action, prerequisites, side effects (additive local write), error conditions, and return format. No additional context is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and both parameters have clear descriptions. The description does not add additional parameter-level detail beyond what the schema provides. As per guidelines, with high schema coverage the baseline is 3, and the description does not increase it.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('Append'), the resource ('persisted session's audit trail'), and key characteristics ('additive local write, no provider calls'). It distinguishes from sibling tools, which are about analysis, consultation, or retrieval, not annotation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly mentions the prerequisite 'Requires sessions.persist', which provides a clear condition for when to use this tool. It also notes that an error occurs when persistence is off. However, it does not provide explicit alternatives or when-not-to-use scenarios, which would elevate the score to 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
session-getARead-only
Fetch a persisted consensus/ask-all session record by id (opinions, verdict, arbiter, annotations). Requires sessions.persist; local and read-only (no provider calls). Returns a text-wrapped JSON envelope { session }, or { error } when persistence is off or the id is unknown.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | session-revisit only: working directory for resolving the original file refs on the re-run; session-get ignores it. | |
| sessionId | Yes | Id of a persisted session record. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, destructiveHint=false. The description adds details about being local, no provider calls, error cases, and that cwd is ignored, which goes beyond annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the core action, then return format and error handling. No wasted words, every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple fetch tool, the description covers prerequisites, behavior, return format, and error scenarios. With good annotations and no output schema needed, it is fully informative.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by explaining that cwd is irrelevant for session-get and clarifying the role of sessionId, enhancing understanding beyond the schema text.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the action (Fetch), resource (persisted consensus/ask-all session record), and method (by id). It lists the contents (opinions, verdict, arbiter, annotations) and prerequisites, making the purpose unambiguous and differentiated from siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states it is read-only, local, and requires sessions.persist, giving context on appropriate usage. It lacks explicit comparison to siblings like session-annotate or session-revisit, but the read-only nature and mention of ignoring cwd provide implicit guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
session-revisitA
Re-run a persisted session's ORIGINAL question with the CURRENT providers/config, linking the new run to its source by parentId. Requires sessions.persist; re-runs through the original tool path (which dispatches external providers) and persists a linked child record on success. Returns a text-wrapped JSON envelope (the re-run payload + parentId), or { error } when persistence is off or the id is unknown.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | session-revisit only: working directory for resolving the original file refs on the re-run; session-get ignores it. | |
| sessionId | Yes | Id of a persisted session record. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate non-read-only and non-destructive, but the description adds important behavioral details: it persists a linked child record, requires persistence, and returns a JSON envelope or error. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with four sentences, each adding value: core action, requirements and process, return format, and error case. Front-loaded with the essential purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (2 parameters, no output schema), the description covers all necessary context: the action, prerequisites, side effects, return format, and error conditions. Sufficient for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description does not add new information about parameters beyond what the schema provides; the schema already includes good descriptions for both sessionId and cwd.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Re-run a persisted session's ORIGINAL question with the CURRENT providers/config'), the resource ('persisted session'), and differentiates from siblings like session-get by mentioning linking via parentId and the requirement for persistence.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description indicates when to use (to re-run a session with current config) and notes prerequisites (sessions.persist must be on), but does not explicitly contrast with other tools in the sibling list beyond stating it uses the original tool path.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
v3.14.1- Changed
analyze4 fields changed- added
Input schema / properties / configuredOnlyAdded value: +{ + "description": "Report only models present in the current config (default true). Excluded rows and the reason each was dropped are listed in meta.excluded. Set false to include retired/unconfigured models.", + "type": "boolean" +} - changed
Input schema / properties / limitBytes / descriptionPrevious value: -"Tail size of the debug log to read, in bytes (default 1048576)."New value: +"Tail size of the debug log to read, in bytes (default 1048576, or 33554432 when `since` is set). Clamped to 33554432." - changed
Input schema / properties / sessions / descriptionPrevious value: -"How many recent session records to read for the agreement lens (default 50)."New value: +"How many recent session records to read for the agreement lens. Default -1 (no caller cap), still bounded to 500 parsed records; truncation is reported in meta.truncated.sessions." - added
Input schema / properties / sinceAdded value: +{ + "description": "Only analyze runs newer than this window, e.g. \"30m\", \"24h\", \"7d\", or a bare number of seconds. Gates BOTH lenses so timing and agreement cover the same period. Omit for all time. Max 10 years; an invalid or out-of-range value is an error, never a silent fallback.", + "type": "string" +}
19 tool updates
v3.8.1- Changed
architect11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
ask-all11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
ask-gemini11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
ask-gpt11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
ask-grok11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
ask-one12 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - changed
Input schema / properties / provider / descriptionPrevious value: -"A name from `panel` (e.g. \"codex\", \"openrouter:<alias>\")"New value: +"A name from `panel` (e.g. \"codex\", \"gemini\", \"grok\", \"openrouter:<alias>\")." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
ask-openrouter11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
code-reviewer11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
consensus11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
consensus-step10 fields changed- added
Input schema / properties / action / descriptionAdded value: +"Which loop step to run this call, in order: init -> record_blind -> dispatch_peers -> submit_adjudication -> submit_revision." - added
Input schema / properties / blindVerdict / descriptionAdded value: +"record_blind only: your pre-commit verdict text, written before the panel is revealed." - added
Input schema / properties / cwd / descriptionAdded value: +"dispatch_peers only: working directory the peer providers run in." - added
Input schema / properties / decisions / descriptionAdded value: +"submit_adjudication only: per-issue rulings, each { source, category, description, action: accept|dismiss|defer, reason }; dismiss/defer require a reason." - added
Input schema / properties / diffSummary / descriptionAdded value: +"submit_revision only: one line summarizing what changed." - added
Input schema / properties / expert / descriptionAdded value: +"init only: optional persona for the peer panel (see the expert tools)." - added
Input schema / properties / prompt / descriptionAdded value: +"init only: the plan/proposal under review." - added
Input schema / properties / revisedPlan / descriptionAdded value: +"submit_revision only: the full revised plan addressing accepted issues." - added
Input schema / properties / sessionId / descriptionAdded value: +"Loop id returned by init; required on every action except init." - added
Input schema / properties / verdict / descriptionAdded value: +"submit_adjudication only: your adjudicated verdict after weighing the panel."
- Changed
debugger11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
panel2 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona to preview the panel for; affects which providers/aliases are eligible."
- Changed
plan-reviewer11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
researcher11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
scope-analyst11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
security-analyst11 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"Working directory the provider runs in (used to resolve relative file refs). Defaults to the server process directory." - added
Input schema / properties / developerInstructions / descriptionAdded value: +"Optional system/developer instructions injected verbatim; overrides the built-in persona for `expert`." - added
Input schema / properties / expert / descriptionAdded value: +"Optional persona: architect, plan-reviewer, scope-analyst, code-reviewer, security-analyst, researcher, or debugger. On a named expert tool the tool's own persona wins and this is ignored." - added
Input schema / properties / files / descriptionAdded value: +"Optional attachments for providers that read files (Grok/OpenRouter; inlined as context for Codex/Gemini). Each item is EXACTLY ONE of path/dir/file_id/file_url." - added
Input schema / properties / files / items / properties / dir / descriptionAdded value: +"Directory to attach; expanded recursively by providers that support it." - added
Input schema / properties / files / items / properties / file_id / descriptionAdded value: +"Id of a file already uploaded to the provider (e.g. Grok Files API)." - added
Input schema / properties / files / items / properties / file_url / descriptionAdded value: +"Public URL for the provider to fetch." - added
Input schema / properties / files / items / properties / mode / descriptionAdded value: +"Delivery: auto (size-based), inline (embed as text), or upload (provider Files API)." - added
Input schema / properties / files / items / properties / path / descriptionAdded value: +"Path to a single file to attach (resolved against cwd)." - added
Input schema / properties / prompt / descriptionAdded value: +"The question or task for the provider(s)/expert." - added
Input schema / properties / reasoningEffort / descriptionAdded value: +"Reasoning depth where the provider supports it (Grok, OpenRouter): low, medium, high, or none. CLI providers (Codex, Gemini) ignore it."
- Changed
session-annotate2 fields changed- added
Input schema / properties / note / descriptionAdded value: +"Freeform text appended to the record's audit trail." - added
Input schema / properties / sessionId / descriptionAdded value: +"Id of the persisted session record to annotate."
- Changed
session-get2 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"session-revisit only: working directory for resolving the original file refs on the re-run; session-get ignores it." - added
Input schema / properties / sessionId / descriptionAdded value: +"Id of a persisted session record."
- Changed
session-revisit2 fields changed- added
Input schema / properties / cwd / descriptionAdded value: +"session-revisit only: working directory for resolving the original file refs on the re-run; session-get ignores it." - added
Input schema / properties / sessionId / descriptionAdded value: +"Id of a persisted session record."
20 tool updates
v0.1.0- First observed
analyze - First observed
architect - First observed
ask-all - First observed
ask-gemini - First observed
ask-gpt - First observed
ask-grok - First observed
ask-one - First observed
ask-openrouter - First observed
code-reviewer - First observed
consensus - First observed
consensus-step - First observed
debugger - First observed
panel - First observed
plan-reviewer - First observed
researcher - First observed
scope-analyst - First observed
security-analyst - First observed
session-annotate - First observed
session-get - First observed
session-revisit
TDQS
Many tools overlap in purpose: ask-all and persona tools (architect, debugger, etc.) all fan out to providers, differing only by persona; ask-one duplicates ask-gpt/ask-gemini/ask-grok/ask-openrouter. The detailed descriptions help, but the sheer number of near-identical actions creates ambiguity for an agent.
Naming is inconsistent: some tools use verb-first hyphenated names (ask-all, session-get) while others are noun personas (architect, debugger) or single verbs (analyze). There's no uniform pattern for verbs, nouns, or hyphenation, making the set feel ad hoc.
20 tools is high and largely redundant. The specific provider tools (ask-gpt, ask-gemini, etc.) and the many persona tools (architect, plan-reviewer, etc.) could easily be consolidated into ask-one and ask-all with a persona parameter, reducing the surface without losing capability.
The tool set covers the deliberation lifecycle well: asking for opinions (ask-all, ask-one, personas), reaching consensus (consensus, consensus-step), session persistence (session-annotate, session-get, session-revisit), and performance analysis (analyze). Minor gaps like listing all sessions are not critical, so completeness is strong.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.
Multi-LLM council: 25+ frontier models in parallel, consensus scoring, verdict-first code review.
The OpenRouter MCP server plugs OpenRouter into the AI tools you already use. Once connected, your assistant can pull live OpenRouter data (models, prices, your credits, rankings, and docs) and send quick test messages, all without leaving your editor.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server orchestrating local CLI agents (Claude Code, OpenAI Codex, Google Gemini) for cross-validation, second opinions, and persona-driven prompting.18MIT
- AlicenseNot gradedqualityDmaintenanceThe simplest way to bridge and collaborate across AI Agent sessions like Claude Code, Codex, Gemini, or Cursor. It allows your agents to combine their strengths to solve your most difficult tasks without leaving their current context.3866MIT
- AlicenseAqualityDmaintenanceMulti-AI Consensus Tool: Query multiple AI models in parallel, synthesize responses for better accuracy, and reduce AI bias through ensemble decision-making.131MIT
- AlicenseBqualityAmaintenanceMCP server orchestrating API-first cross-review between Claude, ChatGPT Codex, Gemini, DeepSeek, Grok, and Perplexity with unanimous convergence gates.31634Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/antonbabenko/deliberation'
If you have feedback or need assistance with the MCP directory API, please join our Discord server