Skip to main content
Glama

debate_cancel

Cancel a running debate. Returns immediately; no-op if already finished.

Instructions

Request cancellation of a running debate. Returns immediately.

If the debate is already finished (completed / cancelled / error), this is a no-op and returns already_finished=true. The loop polls the cancellation flag between turns, so cancellation may take up to one turn-latency to land.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
debate_idYes
Behavior5/5

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

No annotations are provided, so the description fully discloses behavior: immediate return, idempotency (no-op for finished debates), and potential one-turn-latency. This is thorough and beyond minimal requirements.

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 concise, with two short paragraphs covering purpose and behavior. Every sentence provides value, and there is no redundant information.

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?

Given the tool's simplicity (one required parameter, no output schema), the description adequately covers all needed aspects: purpose, behavior, idempotency, and latency. No gaps remain.

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

Parameters2/5

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

With 0% schema description coverage, the description adds no extra meaning to the debate_id parameter beyond its name. Although the parameter is self-explanatory, the description does not compensate for the lack of schema details.

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 'Request cancellation of a running debate', using a specific verb and resource. It distinguishes from sibling tools like debate_start, debate_run, and debate_status, which are about starting or monitoring, not cancellation.

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?

The description explains that cancellation applies to a running debate and that it is a no-op if already finished. However, it does not explicitly state when to prefer this tool over alternatives or when not to use it, though 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.

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/oblogin/consult-mcp'

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