Skip to main content
Glama
ProductOfAmerica

mcp-server-kicad

auto_place_decoupling_cap

Places a decoupling capacitor on a schematic and wires it to specified power and ground nets using stub wires and labels, ensuring proper bypass.

Instructions

Place a decoupling capacitor and wire it to power/ground nets.

Places the cap, wires pin 1 (top) to power_net and pin 2 (bottom)
to ground_net via stub wires + labels.

Args:
    lib_id: Cap symbol (e.g. "Device:C")
    reference: Reference (e.g. "C5")
    value: Cap value (e.g. "100nF")
    x: X position
    y: Y position
    power_net: Label for pin 1 (e.g. "VCC", "+3V3")
    ground_net: Label for pin 2 (e.g. "GND", "PGND")
    rotation: Rotation in degrees (default 0)
    symbol_lib_path: Path to .kicad_sym if using custom lib.
        Optional; omit to use the configured default.
    schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
    project_path: Path to .kicad_pro file (for sub-sheet instance tracking)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYes
yYes
valueYes
lib_idYes
rotationNo
power_netYes
referenceYes
ground_netYes
project_pathNo
schematic_pathNo
symbol_lib_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses the pin mapping (pin 1 to power_net, pin 2 to ground_net) and the method (stub wires + labels). It also notes that project_path is for sub-sheet instance tracking. Annotations are all false and offer no conflict; the description adds behavioral context beyond them.

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 structured with a clear purpose statement followed by an Args list. It is dense but not verbose, with each line adding necessary information.

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?

Given the complexity (11 parameters) and empty schema descriptions, the description covers the tool's behavior, all parameters, examples, and optional defaults. Output schema exists, so return value documentation is not needed.

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

Parameters5/5

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

Schema has no descriptions (0% coverage), but the description's Args section explains each parameter with examples (e.g., lib_id: 'C', reference: 'C5') and clarifies optional paths. This fully compensates for the schema gap.

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 verb+resource: 'Place a decoupling capacitor and wire it to power/ground nets.' It clearly distinguishes from generic placement tools like place_component by specifying the decoupling cap and the wiring behavior.

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 clearly implies when to use it: when a decoupling capacitor needs to be placed and connected to power/ground. However, it does not explicitly mention alternatives or when not to use it, such as when a generic placement is needed.

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