remap_control
Remap a control's compliance objective (CO) mappings to known live CO IDs, bypassing AI evaluation. Use to fix stale or orphaned CO references after asset or attacker edits.
Instructions
Mechanical, non-AI-gated remap of a control's CO mappings.
Distinct from refine_control (AI-gated description edit) and
set_mitigation_groups (AI-gated CO-centric group authoring).
Use remap_control when the operator already knows the correct
co_ids and just needs to persist the mapping change — e.g.,
restoring mappings after an asset/attacker edit left the control
with stale or orphaned CO references. No LLM evaluation runs.
Rejects target co_ids that do not exist on the model or are tombstoned (the pair was removed in a later version) — map to live COs only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| co_ids | Yes | Comma-separated list of target CO IDs (e.g., "CO1,CO2,CO3"). Must include at least one CO. | |
| model_id | Yes | ID of the threat model. | |
| control_id | Yes | ID of the control to remap (e.g., "CTRL-03"). | |
| change_reason | Yes | Why this remapping is appropriate (min 10 chars). Captured in the control's version history. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||