Name Character
name_characterAssign or update a character name for the current Fortune's Hand session. Use this to set or correct the player name before reading cards or generating their sheet.
Instructions
Set the name of the character being created for a new Sitting.
Already called automatically, once, when the start_game prompt runs —
you typically won't need to call this tool yourself. It exists as a
standalone tool mainly so get_sheet and other tools have a name to
validate against. Call it directly only if you need to (re)name a
character outside the normal start_game flow.
player_name: the player-chosen name for their character. No format
constraints.
Not idempotent: overwrites the shared character name each time it's
called, with no confirmation or uniqueness check. Returns
{"player_name": player_name}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_name | Yes |