update_control_status
Update a security control's implementation status, requiring at least one assertion before marking as implemented.
Instructions
Update the implementation status of a security control.
Requires at least one assertion before marking as implemented. Check the control's assertion_count from get_controls before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status — "implemented" or "not_implemented". | |
| model_id | Yes | ID of the threat model the control belongs to. | |
| control_id | Yes | ID of the control to update (e.g. "CTRL-01"). | |
| server_version | Yes | ||
| implementation_notes | No | Optional free-text notes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||