get_functional_scan_prompt
Generate implementation briefs for functional-conformance tests, identifying objectives without tests and missing objectives to drive test writing and CI verification.
Instructions
Get the agent brief for implementing functional-conformance tests.
Read-only; no side effects (it only returns instructions — it does not
write tests or assertions). Generation specifies the functional tests, so
for each test not yet verified this returns its implementation brief and
the objectives it proves. Also reports objectives_without_tests
(regenerate or add a test) and missing_objectives (applicable
conditions with no objective yet).
Use this to drive test implementation, then complete each instruction by
writing the described test and calling submit_functional_tests with
TEST_EXISTS + TEST_PASSES assertions so CI verifies it. For the resulting
pass/fail state afterwards, read get_functional_coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model to build the functional brief for. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||