List Characters
list_charactersRetrieve all finalized characters in a play session with current HP, spell slots, and battle availability. Use the returned characterId to inspect or query detailed character state.
Instructions
List all finalized characters in this Play Session, including characterId, Battle availability, and build-derived facts. Available rows include mutable sheet state, current and maximum HP, Hit Dice, spell slots, Pact Slots, and feature resources; characters in Battle are marked unavailable, and unfinished drafts are excluded. Use a returned characterId with inspect_character_session for stored details or query_character_session for a calculated projection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playSessionId | Yes | Play Session handle returned by create_play_session for follow-up stateful calls in the same local process or authenticated account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||