Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_export_all_renders

Export all standard PCB renders—board, stackup, key nets, and annotated findings—as PNG files to a directory, returning a label-to-file-path mapping.

Instructions

Generate and export all standard renders (board, stackup, key nets, annotated findings) as PNG files to a directory. Returns mapping of label to file path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
width_pxNoOutput image width in pixels (default 1600)
output_dirYesDirectory to write PNG files
session_idYesSession ID from pcb_parse_layout
Behavior3/5

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

With no annotations, the description carries the burden and does disclose the key side effect (writing PNG files to a directory) and the return shape (label-to-file-path mapping). It does not mention directory creation/overwrite behavior or potential failure modes, leaving some behavioral uncertainty for an exported filesystem write operation.

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?

A single well-structured sentence states the action, the included render set, the output format/location, and the return value. No filler or redundant restatement of schema fields.

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 a simple 3-parameter schema, no annotations, and no output schema, the description adequately covers what the tool does and what it returns. Minor gaps remain around file creation details, but the core selection-and-invocation context is present.

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 coverage is 100%, so the description need not repeat parameter details. It adds helpful context by introducing the concept of labels and standard render types, but does not deepen semantics for width_px, output_dir, or session_id 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?

Description uses specific verb 'Generate and export all standard renders', enumerates exact asset types (board, stackup, key nets, annotated findings), and specifies PNG output to a directory. This clearly distinguishes it from individual render/export siblings like pcb_render_board and pcb_export_render_png.

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 phrase 'all standard renders' establishes clear context for batch use versus individual render tools, and the return mapping implies a complete export workflow. However, it does not explicitly name alternatives or state when not to use it, so it stops short of a 5.

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