Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

export_parts_to_kicad

Export electronic parts to KiCad-compatible CSV or JSON files for direct use in PCB design.

Instructions

Export parts data in KiCad-compatible format.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partsYesList of parts to export
output_pathYesWhere to save the export
formatNoExport format (csv, json)csv

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Without annotations, the description must convey behavioral traits. It says 'export', implying a write operation, but does not specify side effects (e.g., file creation), permissions required, or whether it is read-only. The minimal description leaves critical behavioral aspects unclear.

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 7-word sentence, extremely concise and front-loaded with the action verb 'Export'. No redundant information is present.

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?

For a tool with 3 parameters and an output schema, the description is too minimal. It does not explain the return value, though the output schema exists. The tool's behavior (e.g., file creation vs. data return) is ambiguous, making it somewhat incomplete.

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 has 100% description coverage, and the tool description does not add any extra meaning beyond what is in the schema. The schema descriptions for parameters are basic but adequate. Baseline score of 3 applies.

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 'Export parts data in KiCad-compatible format' clearly states the verb (export), resource (parts data), and target format (KiCad-compatible). However, it does not differentiate from sibling tools like 'convert_kicad_version' or 'kicad_ctrl_export', which could be ambiguous.

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 alternatives. There is no mention of prerequisites, limitations, or scenarios where other export tools might be more appropriate.

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/SourceParts/parts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server