short_rest
Perform a short rest for a D&D character to recover hit points by spending hit dice, calculating healing based on character constitution.
Instructions
Perform a short rest for a character.
Optionally spend hit dice to regain hit points. Each hit die rolled adds 1dX + CON modifier HP (minimum 1 per die).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| character_name_or_id | Yes | Character name, ID, or player name | |
| hit_dice_to_spend | No | Number of hit dice to spend for healing | |
| player_id | No | Player ID for permission check (omit for single-player DM mode) |