cancel_rest_day
Remove a previously declared rest day. Use when the user changes their mind ("scratch that, I'm going to lift today after all") or wants to undo a mistaken declaration.
INFER — do not ask:
date: parse the user's reference; default to today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The date to un-mark. Format: YYYY-MM-DD. Default: today. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Human-readable result text returned by the tool. |