Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_validate_pcie_lanes

Validate PCIe lane-to-lane skew against generation-specific limits by calculating per-lane propagation delay and max skew.

Instructions

Validate PCIe lane-to-lane skew against generation-specific spec limits. Calculates per-lane propagation delay and max skew.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pcie_genNoPCIe generation (1-6, default 4)
lane_lengths_mmYesDict of lane_name: length_mm (e.g. {"TX0": 80.5, "TX1": 81.2})
dielectric_constantNoDielectric constant for delay calculation (default 4.0)
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 that it calculates per-lane propagation delay and max skew, which gives insight into its computational behavior. However, it does not specify the output format (e.g., pass/fail verdict), potential side effects, or validation criteria, leaving some behavioral ambiguity.

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 extremely concise: two sentences, front-loaded with the main purpose, followed by a brief explanation of the calculation. Every word is meaningful with no 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?

The tool has a nested object parameter and no output schema, yet the description doesn't clarify the return structure or what 'validate' means in terms of output. It provides a reasonable overview but leaves the agent uncertain about the result type (e.g., skew values vs. pass/fail), which is a moderate completeness gap.

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 no extra parameter semantics beyond the schema, but the schema already thoroughly documents each parameter, including formats and defaults.

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 uses specific verb 'Validate' and resource 'PCIe lane-to-lane skew against generation-specific spec limits'. It clearly distinguishes from broader siblings like pcb_analyze_pcie and pcb_calc_pcie_link_budget by focusing on skew validation.

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 description gives clear context for when to use the tool (validating PCIe lane skew against spec limits). It does not explicitly name alternatives or exclusions, but the purpose is specific enough to imply usage without ambiguity.

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