Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_generate_report

Generate a structured PCB design review report from a completed review session. Choose summary, detailed, or JSON format to get pass/fail results, top risks, or raw findings.

Instructions

Generate structured report from design review results. Must run pcb_run_design_review first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoReport format: summary (pass/fail + top risks), detailed (all findings), json (raw structured data)
session_idYesSession ID from pcb_parse_layout
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the action and a prerequisite, but does not disclose whether the operation is read-only, what the returned report contains, or any side effects/error conditions. The dependency is useful but insufficient.

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?

Two concise sentences, front-loaded with the main verb and object. No filler or redundancy; every word earns its place.

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 two-parameter tool with 100% schema coverage, the description includes a critical prerequisite, but it lacks any mention of output/return behavior or alternatives among sibling report generators. It is adequate but has clear gaps.

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 already provides full descriptions for both parameters, including the format enum values, so the description adds no additional parameter-level meaning. The prerequisite is relevant to session_id but does not enhance the schema's parameter documentation.

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?

Description uses a specific verb ('generate') and names the resource ('structured report from design review results'), clearly stating the primary function. It does not, however, distinguish this tool from sibling report generators like pcb_generate_design_review_report, pcb_generate_html_report, or pcb_generate_docx_report.

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?

Explicitly says 'Must run pcb_run_design_review first', giving a clear prerequisite for usage. It does not mention when to prefer this over the other report-generation siblings, but the requirement is a solid usage signal.

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