check_functional_gaps
Identify functional gaps in a threat model that require action, returning conditions missing objectives and failing objectives with no passing test to prioritize implementation and fixes.
Instructions
Get the actionable functional gaps for a model.
Read-only; no side effects. Returns the subset of the coverage report that
needs action: applicable conditions with no objective yet, and objectives
that are failing or have no passing test. Use this to decide what to
implement or fix next; for the complete coverage matrix and all states use
get_functional_coverage instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model to analyse for functional gaps. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||