pcb_attach_external_result
Attach a sibling MCP's result to the session, mark the corresponding action complete, and update the linked finding's verified, confidence, and source fields.
Instructions
Feed a sibling-MCP result back to the session. The orchestrator marks the matching action complete and updates the linked finding's verified/confidence/source fields based on the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Optional error string if the sibling MCP failed; mutually exclusive with a real result. | |
| result | No | Raw result returned by the sibling MCP. | |
| action_id | Yes | Action id from pcb_suggest_next_actions. | |
| session_id | Yes | Session id. |