Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

Export Bom

export_bom
Destructive

Generate a Bill of Materials (BOM) from your PCB in CSV, XML, HTML, or JSON format for efficient manufacturing and documentation.

Instructions

Export a Bill of Materials (BOM) from the PCB in CSV, XML, HTML or JSON format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatYesBOM file format
outputPathYesPath to save the BOM file
groupByValueNoWhether to group components by value
includeAttributesNoOptional array of additional attributes to include

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations indicate destructiveHint is true, and the description does not contradict this. The description adds context that this tool exports BOM data in multiple formats from the PCB, but does not detail side effects such as file overwriting or any preconditions. Given annotations already cover the safety profile, this is acceptable.

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 a single sentence that efficiently conveys the tool's purpose and format options without waste. It is front-loaded and easy to parse.

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?

The description covers the essential purpose, source (PCB), and output formats. With the output schema available and annotations indicating destructive behavior, the description is sufficiently complete for a simple export tool. However, it lacks explicit usage differentiation from similar export tools, which prevents a higher score.

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?

Schema description coverage is 100% per context, with each parameter (format, outputPath, groupByValue, includeAttributes) having descriptions. The tool description does not add parameter-level detail beyond the schema, but the baseline of 3 is appropriate since the schema handles this.

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 uses the specific verb 'export' with a clear resource 'Bill of Materials (BOM) from the PCB' and lists supported formats (CSV, XML, HTML, JSON). This clearly identifies the tool's function and distinguishes it from sibling export tools like export_sch_bom which target schematics.

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?

The description provides no guidance on when to use this tool versus alternatives. There is no mention of using export_sch_bom for schematic BOMs or export_netlist for netlists. It simply states what it does without contextual placement.

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