Skip to main content
Glama

council_poll

Poll council seats for status only, avoiding context bloat. Get live progress and wait up to a timeout, returning early when any seat finishes or all are done.

Instructions

Poll a council for seat STATUS ONLY (blind — no model names, no answer bodies, so it never bloats your context). Each hat returns its status; a DONE hat returns answer_chars (size hint); a RUNNING hat returns live progress {turns, output_tokens} read natively from its transcript so you can tell it's advancing vs wedged. With wait=True this long-polls up to timeout seconds, returning early as soon as a new seat finishes or all are done.

FIRST poll: use timeout >= 360 — seats take minutes, and a short first poll just burns turns on no-op status checks (the long-poll returns EARLY the moment any seat finishes, so a big timeout costs nothing). Subsequent polls can be shorter. Call repeatedly until done=true, THEN fetch each answer with council_answer(council_id, hat).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
waitNo
timeoutNo
council_idYes
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It delivers: the blind/no-bloat design, the meaning of DONE vs RUNNING statuses, the progress object details, long-poll early-return behavior, and the 'returning early' optimization. This is far more transparent than most API descriptions.

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 front-loaded with the core purpose, then explains return behavior and long-poll mechanics, followed by a usage paragraph. Every sentence adds new information—no repetition or filler. Despite being detailed, it remains tight and well-organized, earning a 5.

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?

Despite having no output schema and no annotations, the description covers the essential operational aspects: return types, status semantics, polling behavior, and the follow-up flow to council_answer. It even addresses the edge case of a short first poll burning turns. This makes the tool fully usable without external documentation.

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

Parameters5/5

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

The schema has 0% description coverage, so the description must compensate. It directly explains wait and timeout: 'With wait=True this long-polls up to timeout seconds' and 'timeout >= 360' for the first poll. It even explains the benefit of a large timeout. council_id is self-explanatory from the schema and context. This adds substantial semantic value beyond the bare 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 clear, specific verb and resource: 'Poll a council for seat STATUS ONLY'. It immediately distinguishes itself from siblings like council_answer by noting that it strips model names and answer bodies, focusing purely on status. This is not a vague or tautological statement; it precisely defines the tool's scope.

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?

Usage guidance is explicit and actionable. It tells the agent to call repeatedly until done=true, then fetch answers with council_answer. It also provides concrete timeout recommendations: 'FIRST poll: use timeout >= 360' and explains why, and notes subsequent polls can be shorter. This goes well beyond vague usage hints.

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/blessthis/llm-council'

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