get_functional_coverage
Get the full functional coverage report for a threat model, including per-objective status (verified, covered, failing, untested) and the capabilities-conditions matrix.
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 | |||