get_control_objectives
Retrieve the control objective matrix for a threat model, listing each CO and its covering controls. Supports offset/limit pagination; default returns summary count only.
Instructions
Get the control objective matrix for a threat model. Read-only.
Returns COs, each with references to the controls that cover it. By
default returns a compact summary (total count only); pass
offset/limit to page through full CO records. For a single CO with
its reachability verdict use get_control_objective; for
pass/fail assurance scoring use assess_model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max to return (0 = summary only, no per-CO records). | |
| offset | No | Skip the first N control objectives. | |
| model_id | Yes | ID of the threat model. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||