Skip to main content
Glama
ProductOfAmerica

mcp-server-kicad

add_thermal_vias

Add a grid of thermal vias under a chosen footprint pad to improve heat dissipation. Configure grid dimensions, via sizes, and net assignment.

Instructions

Add a grid of thermal vias under a footprint pad.

Args:
    reference: Footprint reference (e.g. "U1", "R1")
    pad_number: Pad number to center vias on. If empty, auto-selects largest SMD pad.
    rows: Number of rows in the via grid
    cols: Number of columns in the via grid
    spacing: Spacing between vias in mm
    via_size: Via annular ring diameter in mm
    via_drill: Via drill diameter in mm
    net_name: Net to assign to vias. If None, auto-detect from pad.
    pcb_path: Path to .kicad_pcb file

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
referenceYes
pad_numberNo
rowsNo
colsNo
spacingNo
via_sizeNo
via_drillNo
net_nameNo
pcb_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
vias_addedYes
referenceYes
padYes
netYes
centerYes
Behavior2/5

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

Annotations are sparse (all false), so description should disclose behavior. It mentions auto-selection of pad_number and net_name but fails to state that the tool modifies the PCB file, required permissions, or side effects. Lacks full 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.

Conciseness3/5

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

Description is structured as a docstring with parameter list, but is somewhat lengthy. The first sentence is concise, but the parameter block could be trimmed. It earns its place but not optimally concise.

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?

With 9 parameters and no output schema shown, description explains parameters but omits return value, error conditions, and preconditions (e.g., pad must exist). Adequate but incomplete for a mutation tool.

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

Parameters4/5

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

Schema has 0% description coverage, so description compensates with parameter explanations (e.g., 'center vias on', 'auto-selects largest SMD pad'). Adds meaning beyond schema, though some parameters like rows/cols are self-explanatory.

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?

Description clearly states 'Add a grid of thermal vias under a footprint pad', specifying the action and resource. This distinguishes it from siblings like 'add_via' (single via) and zone tools.

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?

Description implies usage (thermal vias under a pad) but does not explicitly state when to use versus alternatives (e.g., add_via for single vias). No when-not or alternative guidance provided.

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