invariance_capture_update
Update a capture's status, run assignment, or merge metadata to keep evidence accurate and linked.
Instructions
Update a capture: change status, reassign run_id, or merge metadata. Captures are standalone evidence; they don't need an execution upfront; link a capture to a run later with invariance_capture_link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Capture id, e.g. "cap_abc123". | |
| tags | No | Replaces the tag set. Normalized server-side. Pass [] to clear. | |
| run_id | No | Run to link this capture to; pass null to unlink. | |
| status | No | New status for the capture, e.g. "open", "closed". | |
| metadata | No | JSON object string; shallow-merged with existing metadata. |