Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Suggest Schematic Declutter

suggest_schematic_declutter
Destructive

Reorients overlapping net labels in KiCAD schematics so text lands in free space and remains readable. Returns a dry-run proposal with before/after overlap scores; optionally applies the changes without altering connectivity.

Instructions

Re-orient overlapping net/global labels so their text lands in free space and becomes readable. Each label's (at x,y) anchor is its electrical connection point, so it is held FIXED — only the orientation (0/90/180/270) and justification change, throwing the text away from component bodies and other labels. Connectivity is never altered. DRY RUN by default: returns proposals [{name, at, from_angle, to_angle}] plus an overlap score (before/after) WITHOUT modifying the schematic. Set apply=true to rewrite the label orientations. (Phase 1: labels only; symbol spreading + wire reroute is a separate future capability.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applyNoIf true, rewrite the label orientations. Default false (dry run — schematic untouched, proposals only).
marginNoExtra clearance in mm when testing label overlap (default 0.3).
referencesNoLimit which component bodies count as obstacles (default: every component on the sheet).
schematicPathYesPath to the .kicad_sch file

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description goes well beyond annotations by disclosing that connectivity is never altered, the anchor is fixed, dry run is the default, and apply=true is required for mutation. This directly complements the destructiveHint=true annotation by clarifying exactly when modification occurs and what is returned (proposals + overlap score).

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 comprehensive, using two sentences to convey purpose, mechanics, default behavior, and scope. Every clause earns its place, with no redundancy or fluff.

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?

The description covers the tool's purpose, default dry-run behavior, the effect of apply=true, the return structure (proposals with name/at/from_angle/to_angle plus overlap score), and scope limitations. Given the tool's mutation capability and the presence of an output schema, this is fully sufficient 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.

Parameters3/5

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

The input schema already provides full descriptions for all four parameters (100% coverage), including defaults and meanings. The description restates the apply default and margin default but adds no new parameter-level semantics, so the baseline of 3 is appropriate.

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: 'Re-orient overlapping net/global labels' and explicitly differentiates from moving labels by noting the anchor is held FIXED and only orientation/justification changes. This distinguishes it from sibling tools like move_schematic_net_label.

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 provides clear context for when to use (overlapping labels needing readability) and explains the dry-run vs apply=False/true workflow. It also states scope limitations ('Phase 1: labels only'), but does not explicitly name alternative tools or exclusion scenarios, so slightly below full marks.

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/Avinash1286/KiCAD-MCP-Server-THEAVI'

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