delete_injury
Permanently delete an injury entry. Also removes all severity history for that injury.
SELECTOR — pass id if known, or injury (a body part or injury type substring, case-insensitive, e.g. "shoulder") optionally narrowed by date (an injury active on that day). Exactly one of id or injury required. If injury matches more than one entry, the call errors with candidate IDs to retry with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Injury ID to delete. Alternative to injury. | |
| date | No | Optional, narrows the injury selector to one active on this date (YYYY-MM-DD). Ignored when id is given. | |
| injury | No | Alternative to id: body part or injury type substring, case-insensitive (e.g. "shoulder"). Optionally narrow with date. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Human-readable result text returned by the tool. |