ddb_get_character
Fetch and display a D&D Beyond character sheet. Choose sections like summary, combat, spells, inventory, or notes for targeted details.
Instructions
Parse and display a character sheet. Use sections to reduce output: summary (vitals+stats), combat (adds actions/weapons), spells (spellcasting only), inventory, features, concentration, notes (backstory, traits, bonds), or full (default). Requires login — run ddb_login first if you haven't already.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | No | Which sections to return. Default: full. Use summary for a quick overview. | full |
| character_id | No | The D&D Beyond character ID (e.g. '12345678') | |
| character_name | No | Character name to look up (fuzzy matched — e.g. 'Throin' finds 'Thorin Ironforge') |