case_get
Get a VMware debug case's scope, evidence counts, sources, and grade history to see why it holds its current grade and what gaps block progress.
Instructions
[READ] One case: its scope, its ledger sizes, and its grade history.
WHEN: to pick up an investigation, or to see why a case sits at the
grade it does. Returns counts and identifiers rather than the whole
ledger — read the case folder itself (the path from case_open) for
full evidence bodies.
RETURNS: {case_id, path, state, grade, opened_at, scope, evidence_count,
sources, gap_count, blocking_gaps, grade_history}. sources is the
distinct skills evidence came from, which is what corroboration is
counted in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | The case id returned by case_open, or listed by case_list. An unknown id is an error, never an empty case. |