Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

convert_pads

Convert PADS ASCII layout files (.asc) to KiCad PCB format. Outputs a ZIP archive containing the .kicad_pcb file.

Instructions

Convert a PADS ASCII layout file to KiCad format.

Imports a PADS ASCII .asc layout file using kicad-cli pcb import --format pads. Board files only — schematics are not supported.

Output is a ZIP archive containing the .kicad_pcb file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesPath to PADS .asc file or zip archive
output_pathNoWhere to save the output ZIP (default: <stem>_kicad.zip next to input)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses use of kicad-cli for import, output format as ZIP with .kicad_pcb file, and input format. It does not mention side effects, auth needs, or error conditions, but conversion tools are typically non-destructive and the description covers the core behavior.

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 four sentences, front-loaded with the main action, and every sentence adds essential information. No unnecessary words or fluff.

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

Completeness5/5

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

Despite having an output schema (as noted in context signals), the description independently explains the output format (ZIP archive containing .kicad_pcb). It also mentions the underlying tool (kicad-cli) and the input limitations, making it fully informative for this conversion 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 coverage is 100% and description repeats the schema info but adds value by specifying the default output naming pattern '<stem>_kicad.zip next to input' for the output_path parameter, which is not in the schema.

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 states the verb 'convert', specifies the source format 'PADS ASCII .asc layout file' and target format 'KiCad format'. It also distinguishes from sibling conversion tools by naming the specific source format and noting board-only support.

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 explicitly says 'Board files only — schematics are not supported,' which provides clear usage context. However, it does not name alternative tools or provide explicit 'when to use' guidance beyond the format and board scope.

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