ddb_get_character_raw
Returns the full raw JSON for a D&D Beyond character (300–500 KB). Use when complete, unprocessed character data is required; log in and confirm the large response.
Instructions
Returns raw 300–500 KB character JSON. Requires confirm_large_response: true. Use ddb_get_character instead for all normal use. Requires login — run ddb_login first if you haven't already.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| character_id | No | The D&D Beyond character ID (e.g. '12345678') | |
| character_name | No | Character name to look up (fuzzy matched against your account) | |
| confirm_large_response | Yes | Must be true to proceed — acknowledges this call returns 300–500 KB. |