Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_analyze_cavity_resonance

Analyze power/ground plane cavity resonance to identify problematic modes and get decoupling capacitor recommendations.

Instructions

Detailed power/ground plane cavity resonance analysis. Calculates all TM modes, Q factors, peak impedances, identifies problematic modes near common clocks, and provides decoupling cap recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loss_tangentNoDielectric loss tangent (FR4: 0.02). Default 0.02
plane_width_mmYesWidth of the rectangular plane (mm)
plane_height_mmYesHeight/length of the rectangular plane (mm)
max_frequency_hzNoUpper frequency limit for mode search (Hz). Default 5e9
dielectric_constantYesRelative permittivity (FR4: 4.3, Rogers 4350B: 3.66)
dielectric_height_mmYesDielectric thickness between power and ground planes (mm)
Behavior4/5

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

Description discloses analytical behavior beyond the name: 'Calculates all TM modes, Q factors, peak impedances, identifies problematic modes near common clocks, and provides decoupling cap recommendations.' No annotations exist, so this is the sole source of transparency. It doesn't mention side effects, but analysis tools are read-only; description adds useful output expectations.

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?

Single sentence, front-loaded with the main purpose, followed by a list of calculated outputs. No redundancy or filler.

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?

Covered by schema (all params), description explains key outputs and recommendations. No output schema means description carries extra weight for return value expectations; it does this by listing outputs. Slight gap: no guidance on input constraints or use cases.

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 provides 100% parameter descriptions with defaults (loss_tangent, max_frequency_hz). Description adds no additional parameter semantics, only general context about modes and clocks. Baseline 3 due to schema coverage.

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?

Clear verb+resource: 'Detailed power/ground plane cavity resonance analysis' with specific outputs (TM modes, Q factors, peak impedances) and value-add (decap recommendations). Distinguishes from sibling pcb_calc_plane_resonance via 'detailed' and 'cavity resonance' specificity.

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?

Implied usage from 'Detailed power/ground plane cavity resonance analysis' and the list of calculations. No explicit mention of when to choose this vs. alternatives like pcb_calc_plane_resonance or pcb_analyze_decoupling. Provides clear context but no exclusions.

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