Skip to main content
Glama
ProductOfAmerica

mcp-server-kicad

export_ipc2581

Destructive

Export a KiCad PCB to IPC-2581, the standardized format for manufacturing data exchange. Use options for precision, units, and compression.

Instructions

Export PCB in IPC-2581 format for manufacturing data exchange.

Args:
    pcb_path: Path to .kicad_pcb file. Optional; omit to use the configured default.
    output: Output file path
    precision: Numeric precision (default: 3)
    compress: Compress output file
    version: IPC-2581 version (default: "C")
    units: Output units - "mm" or "in"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitsNomm
outputNo
versionNoC
compressNo
pcb_pathNo
precisionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
pathYes
formatYes
size_bytesYes
Behavior2/5

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

The description only says 'export' without disclosing potential side effects, such as overwriting existing output files or whether the input PCB file is modified. The destructiveHint annotation indicates the operation may be destructive, but the description does not explain this, and there is no mention of the return value or error handling.

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 concise and well-structured: a one-sentence purpose followed by a clear list of parameters. It avoids unnecessary verbosity and is appropriately sized for the tool's complexity.

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?

The description does not mention how this tool relates to the many sibling export tools (e.g., export_gerbers, export_3d) or any prerequisites such as having a valid PCB file. It lacks context about when to choose this over others, making it incomplete for a user unfamiliar with the toolset.

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?

The parameter list includes names and defaults, but only 'units' and 'version' have brief clarifications in the description. 'precision' and 'compress' are left undefined, and the schema provides no descriptions. This lack of explanation for several parameters reduces semantic clarity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool exports a PCB to IPC-2581 format for manufacturing data exchange, which is specific and distinguishes it from other export tools. However, it lacks details about the exact content of the output (e.g., layers, options) which prevents a perfect score.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternative export tools (e.g., export_gerbers, export_pcb). The description does not mention prerequisites or typical use cases, leaving the user uncertain about the optimal context for invoking it.

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