Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_parse_schematic

Parse schematic files in any format (KiCad, Altium, PDF, netlist) to extract components and nets into the session for further analysis.

Instructions

Parse a schematic file with auto format detection (.kicad_sch, .SchDoc, .pdf, .net). Populates schematic_components and schematic_nets on the session. Use over pcb_parse_schematic_pdf when you want format-agnostic parsing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoForce a specific parser.auto
file_pathYesPath to schematic file.
session_idNoExisting session id (reuses session if provided).
Behavior4/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does disclose the key side effect: 'Populates schematic_components and schematic_nets on the session.' It also mentions auto format detection. However, it does not specify behaviors like session creation/reuse or whether existing data is overwritten.

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 extremely concise: two sentences that lead with the core purpose, then state the side effect and usage alternative. Every sentence adds value; no fluff or 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 there is no output schema and no annotations, the description does a good job of explaining what the tool does, what formats it supports, what data it populates, and how it relates to a sibling. It lacks some details about return values or session lifecycle, but for a parse-and-store tool, the key contextual elements are present.

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 description coverage is 100%, so the baseline is 3. The description adds extra semantic value by listing concrete file extensions (.kicad_sch, .SchDoc, .pdf, .net) and explaining the 'auto' format detection behavior, which complements the format parameter's enum. This goes beyond the schema 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 the tool's function with a specific verb and resource: 'Parse a schematic file' with auto format detection. It enumerates supported formats and specifies the side effect (populates schematic_components/schematic_nets). It also distinguishes itself from the sibling tool pcb_parse_schematic_pdf by noting it is the format-agnostic option.

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 provides explicit usage direction: 'Use over pcb_parse_schematic_pdf when you want format-agnostic parsing.' It names a specific alternative and the condition for choosing this tool. However, it does not fully describe when not to use the tool or prerequisites like session handling.

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/RFingAdam/mcp-pcb-emcopilot'

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