Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_classify_design

Classify PCB designs into rf, mixed_signal, high_speed_digital, power, or simple_digital categories, and assign a complexity score from 1 to 10 to guide analysis priorities.

Instructions

Classify overall design type (rf, mixed_signal, high_speed_digital, power, simple_digital) with complexity score (1-10).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession ID from pcb_parse_layout
Behavior2/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 that the tool returns a design type and complexity score, but does not state whether it is read-only, whether it requires a successfully parsed layout, or what happens if the session_id is invalid. For a classification tool, this is minimal transparency.

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 a single, well-structured sentence that front-loads the action and includes all essential output details. No filler or redundant information.

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?

For a simple tool with one parameter and no output schema, the description gives the key information: categories and score range. However, it omits contextual details like how the classification relates to other sibling tools or what downstream actions might use this output. Given the low complexity, it is nearly complete.

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 description coverage is 100% for the single parameter (session_id described as 'Session ID from pcb_parse_layout'). The description adds no additional parameter semantics, so the baseline of 3 applies.

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 classifies the overall design type, listing specific categories (rf, mixed_signal, high_speed_digital, power, simple_digital) and the complexity score range (1-10). This is a specific verb+resource and distinguishes from sibling pcb_classify_nets, which classifies nets rather than the overall design.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It does not mention prerequisites such as 'use after pcb_parse_layout' or context like 'during design review'. The only hint is in the schema for session_id, but the description itself offers no usage direction.

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