Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_analyze_via

Evaluate via impedance and parasitic effects from geometry and frequency to identify signal integrity issues in PCB designs.

Instructions

Analyze via electrical characteristics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
frequency_ghzYes
via_length_mmYes
pad_diameter_mmYes
via_diameter_mmYes
antipad_diameter_mmYes
dielectric_constantYes
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only says 'Analyze via electrical characteristics.' This reveals nothing about whether the operation is read-only, what outputs are produced, how calculations are performed, or any limitations. It is essentially a rephrasing of the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is only four words, which is extremely concise but also under-specified. For a tool with six required parameters, this brevity is underspecification rather than effective conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has six required parameters, no output schema, and no annotations, yet the description provides only a vague statement about analyzing via electrical characteristics. It fails to explain what the tool computes, what the inputs mean, or what the user can expect as a result. This is grossly inadequate for an AI agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for the six undocumented parameters. It does not explain any parameter names, units, or how they relate to the analysis. The parameter names are self-explanatory, but the description adds no semantic value beyond the schema.

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?

The description clearly states the tool analyzes via electrical characteristics, distinguishing it from sibling tools like pcb_calc_via_stitching or pcb_analyze_current_loop. However, it does not specify which electrical characteristics (e.g., impedance, capacitance) are computed, making the scope somewhat broad.

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 lacks any mention of prerequisites, use cases, or comparisons with other analysis tools.

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