scf_update_evidence
Update evidence tracking fields or create the tracking record if missing. Specify only the fields you want to change—owner, frequency, maturity, collection method—and they are applied immediately.
Instructions
Upsert an evidence item's tracking fields (write — editor+ role). Creates the tracking row if missing. All body fields are optional; only provided fields are applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | Person accountable for this evidence item | |
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| comments | No | Free-text notes or context | |
| frequency | No | Collection cadence: 'daily', 'weekly', 'monthly', 'quarterly', or 'annually' | |
| system_id | No | System UUID to link this evidence to — obtain from scf_list_systems | |
| is_tracked | No | Toggle active tracking for this item | |
| evidence_id | Yes | Catalog evidence ID (e.g., 'E-IAM-01') — obtain from scf_list_evidence or scf_list_evidence_catalog | |
| maturity_level | No | Evidence maturity level L0–L5 (e.g., 'L3'); omitting never clears the stored value | |
| collecting_system | No | Name of the tool or system that collects the evidence | |
| method_of_collection | No | Collection approach: 'automated', 'manual', or 'hybrid' |