Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Edit Footprint Pad

edit_footprint_pad
Destructive

Modify pad size, position, drill, or shape directly in a .kicad_mod footprint file, avoiding full footprint recreation.

Instructions

Edit an existing pad inside a .kicad_mod footprint file. Updates size, position, drill, or shape without recreating the whole footprint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atNoNew pad position in mm
sizeNoNew pad size in mm
drillNoNew drill size (for THT pads)
shapeNoNew pad shape
padNumberYesPad number to edit, e.g. '1' or 2
footprintPathYesFull path to the .kicad_mod file, e.g. C:/MyLib.pretty/R_Custom.kicad_mod

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate destructiveHint=true and readOnlyHint=false, which align with the description's edit/update semantics. The description adds useful context by specifying exactly which properties are updated and that it preserves the rest of the footprint. No annotation contradiction.

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 two sentences long, front-loaded with the key verb and resource, and every word earns its place. It is concise and well-structured.

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

Completeness4/5

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

Given the rich schema (6 params, nested objects, enums) and annotations, the description provides a sufficient high-level overview. It lacks explicit notes on error cases (e.g., pad not found), but that is beyond the essential context for an agent.

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 provides 100% coverage with detailed descriptions for all parameters (e.g., units, examples, enum values). The description merely lists the property categories briefly, adding no extra meaning beyond what the schema already documents.

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 identifies the verb 'Edit' and the resource 'existing pad inside a .kicad_mod footprint file'. It also distinguishes itself from create_footprint by noting 'without recreating the whole footprint'.

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 this tool: editing an existing pad's properties (size, position, drill, shape). It implies a contrast with recreating the footprint but does not explicitly name alternative tools or state when-not-to-use conditions.

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