check_player_status
View the player's current health and inventory in an adventure session. Use this to assess character condition and plan next actions.
Instructions
Check the player's current health and inventory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adventure_session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| health | Yes | ||
| message | No | ||
| inventory | Yes | ||
| adventure_session_id | Yes |