Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

convert_protel

Convert Protel99SE schematic and PCB files to KiCad 7 format. Accepts .sch, .pcb, .lib files or a zip archive, and outputs KiCad files with a conversion report.

Instructions

Convert a Protel99SE project file to KiCad format.

Converts Protel99SE schematic and PCB files to KiCad 7 format. Accepts individual files (.sch, .pcb, .lib) or a zip archive containing multiple Protel files.

The output ZIP includes the converted KiCad files and a conversion_report.txt describing any warnings or unsupported features (e.g. ASCII schematic format, unsupported .pcblib files).

.ddb archives require mdbtools on the server. If mdbtools is not installed, the API returns a 503 error rather than silently producing no output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYesPath to Protel .sch, .pcb, .lib, .ddb, or .zip file
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 fully discloses: output is a ZIP containing KiCad files and a conversion report, and .ddb archives require mdbtools, returning a 503 error if unavailable. It does not mention whether the operation is destructive, but conversion typically creates new files without modifying originals.

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 concise and front-loaded: the first sentence clearly states the purpose, followed by necessary details on input types, output, and error conditions. Each sentence adds value without unnecessary repetition.

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 tool's complexity (file conversion, multiple input types, error handling) and the presence of an output schema, the description is mostly complete. It covers input, output, and a key error case, but could mention potential overwrite behavior for the output path.

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 the description adds value beyond the schema by explaining accepted file formats, the output contents (report), and the special requirement for .ddb files. This enriches the parameter meaning beyond the basic field descriptions.

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 it converts Protel99SE files to KiCad format, specifies accepted file types (.sch, .pcb, .lib, .zip, .ddb), and distinguishes it from sibling converters like convert_allegro or convert_pads through the tool name and context.

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

Usage Guidelines3/5

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

The description explains the tool's context (converts Protel99SE to KiCad 7) and acceptable inputs, but does not explicitly guide when to use this tool over other converters or provide exclusions. No alternatives are mentioned, leaving the agent to rely on tool name differentiation.

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