evidence_case_file_create
Creates a top-level case file to organize evidence groups, evidence, and reports. Use this first to start any Evidence-manager workflow; caller supplies a UUID v4 as the case file ID.
Instructions
Creates a new case file — the top-level container for evidence groups, evidence, and reports. Use this first, before any other Evidence-manager tool. No prerequisites. Unlike most create tools, id is CALLER-SUPPLIED (generate a fresh UUID v4 yourself, this API does not assign one) — there is no name field, use title instead. Example: evidence_case_file_create({ id: '', title: 'Q1 2026 audit' }) — use that same id as caseFileId in evidence_group_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| code | No | ||
| owner | No | ||
| title | No | ||
| category | No | ||
| metadata | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |