ddb_download_character
Retrieve a character's full JSON export from D&D Beyond and store it to a local file for backup or offline use. Requires login before use.
Instructions
Download a character's full JSON data to a local file. Requires login — run ddb_login first if you haven't already.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | Full file path to save to (defaults to ~/Downloads/{name}-{id}.json). Must be a path under ~/Downloads or ~/Documents. | |
| character_id | Yes | The D&D Beyond character ID |