pcb_lookup_limit_live
Retrieve EMC regulatory limits by standard, class, and frequency. Falls back to cached values when the live source is unreachable.
Instructions
Look up a regulatory limit from the emc-regulations sibling MCP. Returns either a cached/fallback value (with a 'pending_refresh' flag) or a deferred next-action Claude should execute against mcp__emc-regulations__*.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detector | No | Detector: QP (quasi-peak), AVG, PK. | QP |
| fallback | No | If true, return a local-table fallback when the sibling MCP isn't reachable. | |
| standard | Yes | Standard id (e.g. CISPR_25, FCC_PART_15_B, ISO_11452_4, IEC_60601_1_2). | |
| frequency_mhz | Yes | Frequency in MHz at which to evaluate the limit. | |
| class_or_level | Yes | Class or level token (e.g. '3', 'B', 'II'). |