Skip to main content
Glama
tsarihan

model-council-mcp-codex

by tsarihan

set_council_timeouts

Set council call timeouts to override defaults, persisting across reloads. Adjust run_timeout_ms (text-only) or repo_timeout_ms (full-repo) to prevent mid-generation cutoffs.

Instructions

Set the per-completion wall-clock timeouts (ms) for council calls, persisted across reloads and overriding the REQUEST_TIMEOUT_MS / REPO_REQUEST_TIMEOUT_MS env defaults. run_timeout_ms applies to text-only ask_council calls; repo_timeout_ms applies when full_repo_access is set (repo-reading completions run longer). Omit either to leave it unchanged. Raise these when a member answer is cut mid-generation (the result then carries a timeoutNotice). Returns the now-effective values. A reload is NOT required — takes effect on the next ask_council.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_timeout_msNoPer-completion timeout (ms) for text-only calls (no full_repo_access). Default 300000 (5 min).
repo_timeout_msNoPer-completion timeout (ms) for calls with full_repo_access. Default 600000 (10 min).
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond readOnlyHint=false, the description discloses persistence across reloads, effect timing ('takes effect on the next ask_council'), the fact that a reload is NOT required, and the return value ('Returns the now-effective values'). It also explains the timeoutNotice signal, providing rich behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Five sentences, each informative and non-redundant. The main action and key scope are front-loaded ('Set the per-completion wall-clock timeouts'), and every sentence adds value without fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with two optional parameters and no output schema, the description fully covers persistence, effect timing, when to raise timeouts, and the return behavior. The lack of an output schema is mitigated by the explicit return value description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptive defaults and ranges, but the description adds meaning by linking each parameter to its use case (run_timeout_ms for text-only, repo_timeout_ms for full_repo_access) and clarifying omission semantics. This goes beyond the schema's baseline, though the schema already does heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Set') and the resource ('per-completion wall-clock timeouts for council calls'), specifies units, and distinguishes between two timeout types (text-only vs repo-access). It also notes persistence and override of env defaults, differentiating it from sibling config tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly gives a concrete trigger: 'Raise these when a member answer is cut mid-generation', and explains the partial-update behavior ('Omit either to leave it unchanged'). However, it does not explicitly name alternatives or state when not to use this tool, but the context strongly implies its niche.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/tsarihan/model-council-mcp-codex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server