Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_calc_eye_diagram

Analyze high-speed serial channel performance by computing statistical eye diagram, estimating eye opening, jitter, and pass/fail against protocol standards.

Instructions

Calculate statistical eye diagram for a high-speed serial channel. Models lossy transmission line (conductor + dielectric loss) and estimates eye opening, jitter, and pass/fail vs standard thresholds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
standardNoProtocol for thresholds: pcie3, pcie4, pcie5, usb3, sata3, generic_low, generic_high
v_swing_mvNoVoltage swing in mV (default 800)
loss_tangentYesDielectric Df (FR4 ~ 0.02, Megtron6 ~ 0.002)
rise_time_psNoSignal rise time 20-80% in ps (default 50)
data_rate_gbpsYesData rate in Gb/s (NRZ)
trace_width_mmYesTrace width in mm
trace_length_mmYesTrace length in mm
copper_thickness_ozNoCopper weight in oz (default 1.0)
dielectric_constantYesSubstrate Er (FR4 ~ 4.3)
dielectric_height_mmYesHeight to reference plane in mm
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the modeling approach (lossy transmission line, conductor + dielectric loss) and outputs (eye opening, jitter, pass/fail). However, it does not mention assumptions like NRZ signaling, equalization, or the nature of jitter (e.g., random vs deterministic), nor the return format.

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 two sentences, front-loaded with the main function. Every sentence provides value: one states the core purpose, the other adds modeling and output detail. No filler or redundancy.

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 complex tool with 10 parameters, no output schema, and no annotations, the description is too brief. It gives a high-level summary but doesn't explain important aspects like the 'standard' parameter's role in selecting thresholds, the type of statistical analysis, or what the estimated jitter consists of. The partial output description (eye opening, jitter, pass/fail) is a start but insufficient for full behavioral expectation.

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%, so the baseline is 3. The description adds minimal parameter context, only implying that loss parameters (dielectric constant, loss tangent) are part of the lossy transmission line model. It doesn't tie specific parameters to the model behavior beyond what schema descriptions already state.

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 begins with 'Calculate statistical eye diagram for a high-speed serial channel,' a specific verb and resource. It further specifies the modeling approach (lossy transmission line with conductor and dielectric loss) distinguishing it from sibling tools like pcb_calc_ibis_eye, which likely uses IBIS models.

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

Usage Guidelines3/5

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

The description implies use for high-speed serial channel analysis but does not explicitly state when to use this tool versus alternatives such as pcb_calc_ibis_eye or pcb_calc_pcie_link_budget. No exclusions or when-not-to-use guidance is provided.

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