Name Character
name_characterAssign a player-chosen name to the current character for a new Sitting in a solo journaling RPG, enabling other tools to validate against it. Overwrites the previous name with each call.
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 |