add_evidence
Attach evidence items (doc, link, or artifact) to a control as contextual metadata, while implementation status remains determined solely by assertions.
Instructions
Attach an auxiliary evidence item (doc, link, or artifact reference) to a control. Mutating.
Evidence is contextual metadata only — it does NOT count toward a
control's implementation status; only assertions prove controls.
Use remove_evidence to detach an item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional file path or URL pointing at the artifact. | |
| type | No | Evidence type — one of "code", "test", "config", "document", "link" (default "code"). | code |
| label | No | Human-readable description of the evidence (required). | |
| model_id | Yes | ID of the threat model. | |
| control_id | Yes | ID of the control. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||