Check Functional Gaps
check_functional_gapsIdentify actionable functional gaps in a threat model, highlighting missing objectives and failing tests, to prioritize what to implement or fix next.
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 | |||