ManageBlockerLinksTool
Add or remove blocked_by links on a piece. Batch operation: one bad id rejects the whole call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: "add" or "remove" | |
| account_code | Yes | Account code (e.g., "bcp", "jchsoft") | |
| piece_relative_id | Yes | Relative ID of the waiting piece whose blocker links change | |
| blocker_relative_ids | Yes | Relative IDs of the blocker pieces. For "add", every id must resolve in the account and must not be linked already; any bad or already-linked id rejects the whole call. For "remove", unknown ids are reported as not_found but the rest are still detached. |