Skip to main content
Glama
biosshot

kicad-copilot

by biosshot

Cancel Auto Route

cancel_auto_route

Stop an ongoing PCB auto-routing operation to prevent unwanted traces and allow manual adjustments.

Instructions

Cancel a running local PCB auto-route operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operation_idYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It only states the operation is canceled, but fails to mention consequences such as partial routing left behind, whether cancellation is immediate, or any required permissions. This leaves important behavioral context undisclosed.

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 a single, concise, front-loaded sentence with no filler. Every word contributes to the core purpose.

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

Completeness3/5

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

For a simple one-parameter cancel operation, the description provides the essential action and target. However, with no annotations or output schema, it lacks details about the effect on the existing routing state and any response or error conditions, making it only minimally complete.

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?

The schema has 0% description coverage for parameters. The description does not explain the operation_id parameter at all, relying on the param name and schema format. Since the description must compensate for low coverage but doesn't, it adds minimal semantic value 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 clearly states the specific action ('Cancel') and resource ('running local PCB auto-route operation'), using a precise verb and object. It distinguishes from sibling tools like auto_route_pcb (start) and wait_auto_route (wait) by targeting a running operation.

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 implies the tool should be used when a local PCB auto-route is running and needs to be stopped. It doesn't explicitly mention alternatives or when not to use it, but the context is clear enough for selection among siblings.

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/biosshot/kicad-copilot'

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