pcb_suggest_next_actions
Get prioritized next actions for a PCB design review session, returning a ranked list of sibling MCP calls to verify or enrich current findings.
Instructions
Return the prioritised list of sibling-MCP calls (openEMS / NEC2 / emc-regulations / drawio) Claude should execute to verify or enrich the current findings. Populated by pcb_run_design_review. Drained as Claude calls each suggested tool then feeds the result back via pcb_attach_external_result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | No | Optional domain filter (e.g. ['signal_integrity','emc']). | |
| session_id | Yes | Session id. | |
| max_actions | No | Cap on the number of actions returned. | |
| include_completed | No | If true, also include actions already completed (for audit). |