Skip to main content
Glama
ProductOfAmerica

mcp-server-kicad

connect_pins

Connect two component pins in a KiCad schematic using Manhattan (L-shaped) wire routing. Automates pin position retrieval, coordinate calculation, and wire addition in one call.

Instructions

Connect two component pins with Manhattan (L-shaped) wire routing.

Combines get_pin_positions + coordinate math + add_wires into one call.

Args:
    ref1: First component reference (e.g. "U1")
    pin1: First pin name or number
    ref2: Second component reference (e.g. "C3")
    pin2: Second pin name or number
    schematic_path: Path to .kicad_sch file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ref1Yes
pin1Yes
ref2Yes
pin2Yes
schematic_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations are minimal (all false), placing full burden on description. The description says it combines tools that modify schematics but provides no details on side effects, error handling, or whether it replaces existing connections. This lack of behavioral context is a significant gap.

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 description is short, front-loaded with the core purpose, and includes a succinct list of arguments. There is no wasted text, though the args list could be integrated more naturally.

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?

Given the complexity of connecting pins (5 params, multiple underlying steps), the description covers the high-level action but misses details like output format (though output schema exists), what happens on conflict, or prerequisites (e.g., schematic must exist). Adequate but not fully 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?

Schema coverage is 0%, and the description only provides examples ('U1', 'C3') without explaining parameter meaning or constraints. It adds minimal value beyond the parameter names. For a tool with 5 parameters, more guidance is needed.

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 action ('connect two component pins'), the specific routing method ('Manhattan (L-shaped) wire routing'), and distinguishes itself from siblings like add_wires by noting it combines multiple steps into one call.

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 description mentions it combines get_pin_positions + coordinate math + add_wires, implying a convenience function, but does not explicitly state when to use versus alternatives like add_wires or wire_pins_to_net. No exclusions or context for selection are given.

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/ProductOfAmerica/mcp-server-kicad'

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