get_functional_test_sufficiency
Assess if a functional test's evidence meets its objectives. Retrieve the sufficiency verdict and reasoning to validate conformance.
Instructions
Read the sufficiency verdict for a functional test. Read-only; no side effects.
Reports whether the test's attached evidence adequately proves the objective(s) it is associated with, together with the reasoning behind the verdict. This is the functional-conformance analog of get_sufficiency (which covers security controls). The verdict is computed asynchronously after evidence is submitted, so it may read as pending or absent until evaluation completes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model. | |
| server_version | Yes | ||
| functional_test_id | Yes | The functional test to assess. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||