Get Functional Coverage
get_functional_coverageRetrieve a model's full functional coverage report: per-objective verified/covered/failing/untested states, Capabilities × Conditions matrix, and applicable/missing/non-applicable cell counts.
Instructions
Get the full functional coverage report for a model.
Read-only; no side effects. Returns per-objective state (verified /
covered / failing / untested), the Capabilities × Conditions matrix, and
the applicable / missing-objective / not-applicable cell accounting. This
is the complete picture; when you only need the actionable subset (what to
implement or fix next), use check_functional_gaps instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model whose functional coverage to report. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||