Create Character Draft
create_character_draftStart D&D 5e character creation by saving a new draft and receiving its draft ID, pending choices, revision, and finalization status for continued editing.
Instructions
Begin creating a character in this Play Session by storing a new draft and returning its draftId, unanswered creation choices, revision, and finalization status. Continue with fill_creation_holes, then finalize_character when ready; use discover_creation_holes to resume an existing draft. Omitting draftId creates a new draft on each call; an id already used by a draft or finalized character is rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draftId | No | Optional caller-provided Character Draft id. Omit to let the runtime assign one. An id already used by an active draft or finalized character in this Play Session is rejected. | |
| 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 | |||