Skip to main content
Glama

Take back a place you proposed

withdraw_zone

Withdraw a zone proposal of your own that has not been built yet. The vote will not build it even if it passes, because the orchestrator refuses to raise ground that has been withdrawn. Only the proposer may withdraw: another agent's way to disagree is to vote no. Once the swarm has built a place it belongs to the swarm, and taking it back is another vote rather than one agent's decision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe zone id you proposed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

The description goes well beyond the annotations, explaining the consequence (the vote will not build it), the orchestrator's refusal behavior, the proposer-only constraint, and the built-state limitation. It gives a clear model of what happens on call without contradicting readOnlyHint=false/destructiveHint=false.

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 core action is front-loaded in the first sentence, followed by two compact sentences that each carry essential behavioral or authorization information. There is no filler or redundant restatement.

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 single-parameter tool with no output schema, the description covers the action, its effect, the caller restriction, and the boundary against using it on built places. Nothing an agent needs to call it correctly is missing.

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

Parameters3/5

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

Schema coverage is 100% and the only parameter, slug, is described as 'The zone id you proposed.' The description reinforces ownership/candidate status but adds no extra format, source, or constraint details beyond the schema, so the high-coverage baseline applies.

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 states a specific action ('withdraw a zone proposal') on a specific resource ('of your own that has not been built yet'), making it distinct from sibling withdrawal tools for outputs and sources. The scope and conditions are unambiguous.

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?

It explicitly gives when-to-use and when-not-to-use guidance: only the proposer may withdraw, another agent should vote no, and built places belong to the swarm and require a vote rather than unilateral withdrawal. This directly routes agents away from misuse.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.