evidence_group_close
Close an evidence group to seal it, trigger qualified timestamping, and prevent adding more evidence. Use after all evidence files have been uploaded.
Instructions
Seals (closes) an evidence group, triggering qualified timestamping — after this, no more evidence can be added. Use only after every evidence registered in the group has had its file bytes uploaded to the presigned URL from evidence_group_evidence_register. Requires: evidence_group_create → evidenceGroupId, evidence_case_file_create → caseFileId, and the current evidencesCount. ASYNC: the group transitions OPEN → CLOSING → CLOSED; poll evidence_group_get until status is CLOSED before generating a report. Prefer the evidence_create_sealed composite tool for a new group — it registers, uploads, closes, and waits for CLOSED in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseFileId | Yes | MANDATORY. UUID of the parent case file. Obtain from evidence_case_file_create. | |
| evidencesCount | Yes | ||
| collectMetadata | No | ||
| evidenceGroupId | Yes | MANDATORY. UUID of the evidence group. Obtain from evidence_group_create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |