Skip to main content
Glama

kicad.add_global_label

Add global labels to connect signals across hierarchical sheets in KiCad schematics, enabling cross-sheet connectivity for electronic design workflows.

Instructions

Add a global label (connects across hierarchical sheets).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
xYes
yYes
angleNo
shapeNobidirectional

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden. It discloses the connectivity scope (cross-hierarchical) but fails to mention side effects, idempotency, coordinate units, or what the output schema contains. The mention of hierarchical connectivity provides minimal behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The single-sentence structure is front-loaded with the action verb and contains zero waste. Every word earns its place, though given the 0% schema coverage and lack of annotations, the description is arguably too concise and lacks necessary expansion.

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

Completeness2/5

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

Despite having an output schema (reducing the need to describe return values), the description is inadequate for a 5-parameter CAD tool with zero schema documentation. It omits coordinate system details, valid enum values for 'shape', and placement behavior—information essential for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0% and the description completely fails to compensate. It does not explain coordinate units (x, y), angle units, valid shape values (only the default 'bidirectional' appears in schema), or naming conventions for the label—critical omissions for a CAD placement tool.

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 provides a specific verb ('Add') and resource ('global label'), and crucially distinguishes this tool from sibling kicad.add_net_label by specifying it 'connects across hierarchical sheets'—a critical distinction in EDA tools between local and global nets.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The parenthetical '(connects across hierarchical sheets)' implies when to use this tool (for cross-sheet connectivity), but it does not explicitly state when NOT to use it, name alternatives like add_net_label for local connections, or mention prerequisites.

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/SaeronLab/eda-mcp'

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