Skip to main content
Glama
tsarihan
by tsarihan

set_council_timeouts

Prevent truncated model responses by adjusting per-completion timeouts for council calls. Specify separate values for text-only and repo-access runs; changes apply immediately.

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 the readOnlyHint:false annotation, the description discloses persistence across reloads, overriding env defaults, that no reload is required, that it takes effect on the next ask_council, and that it returns the now-effective values. This fully informs the agent of side effects and state changes.

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?

The description is compact yet information-dense, with no redundant phrasing. It front-loads the core purpose and then efficiently covers parameter distinctions, usage guidance, and return value without wasting words.

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 no output schema, the description adequately covers return value, effect timing, parameter conditions, and troubleshooting context. Given the moderate complexity (two optional params), this is complete for an agent to select and invoke correctly.

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 detailed parameter descriptions and defaults, so baseline is 3. The description adds meaningful context by mapping each parameter to its triggering condition (text-only vs full_repo_access) and explaining that omitting a parameter leaves it unchanged, which is valuable beyond the schema.

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 opens with a specific verb and resource: 'Set the per-completion wall-clock timeouts (ms) for council calls.' It distinguishes this tool from siblings like configure_council by explicitly scoping to timeouts and mentioning persistence and env override behavior.

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

Usage Guidelines5/5

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

The description directly states when to raise timeouts ('Raise these when a member answer is cut mid-generation') and clarifies when each parameter applies (run_timeout_ms for text-only calls, repo_timeout_ms when full_repo_access is set). It also notes optional omission semantics for leaving values unchanged.

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'

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