Skip to main content
Glama
RFingAdam

mcp-pcb-emcopilot

by RFingAdam

pcb_analyze_conducted_emissions

Predict SMPS conducted emissions using a 50µH/50Ω LISN model and verify compliance with CISPR 25 and FCC Part 15 B limits across 150 kHz–30 MHz.

Instructions

Predict conducted emissions from an SMPS through a 50µH/50Ω LISN model and check compliance against CISPR 25 conducted limits and FCC Part 15 Subpart B. Models trapezoidal switching waveform harmonics in the 150 kHz – 30 MHz range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fcc_classNoFCC Part 15 class (default B)
duty_cycleYesSwitch duty cycle 0-1
cispr_classNoCISPR 25 class 1-5 (default 3)
rise_time_nsYesCurrent rise/fall time (ns)
input_voltageYesDC input voltage (V)
num_harmonicsNoNumber of harmonics to analyze (default 50)
input_filter_dbNoInput EMI filter attenuation in dB (default 0)
switching_freq_khzYesSMPS switching frequency (kHz)
Behavior3/5

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

No annotations are present, so the description carries the burden. It discloses the modeling approach (trapezoidal harmonics, LISN) and standards, but does not mention limitations, output format, or how compliance results are reported, which is a gap for a simulation tool.

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?

Two sentences with front-loaded purpose and no redundant words. The first sentence states the core function; the second adds technical modeling context. Every clause contributes meaning.

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 no output schema, so the description should explain return values. It covers the model and standards well but omits how results are presented (e.g., pass/fail, violation margins), leaving some uncertainty for the agent in a complex simulation context.

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 descriptions cover 100% of parameters, so baseline is 3. The description adds overall context but no parameter-specific details beyond what the schema already provides. It does not clarify units or usage for any individual parameter beyond schema definitions.

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 predicts conducted emissions from an SMPS using a LISN model and checks compliance with CISPR 25 and FCC Part 15. This specific verb+resource+scope distinguishes it from siblings like pcb_analyze_smps_emi or pcb_predict_emissions.

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?

Provides clear context: intended for SMPS conducted emissions analysis with a specific frequency range and standards. However, it does not explicitly exclude alternatives or mention when to prefer this over related tools such as pcb_analyze_smps_emi or pcb_get_cispr25_limit.

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