ddb_get_rules
Retrieve official D&D 5e SRD rules by section name or slug. Use a query to jump to specific topics and control output length for quick rule lookups.
Instructions
Get the full SRD rules text for a topic by section name or slug. Covers all core 5e rules: Spellcasting, Abilities, Attacking, Combat Sequence, Actions in Combat, Damage and Healing, Conditions, Movement, Multiclassing, Rest, Saving Throws, Environment, Traps, Diseases, Madness, Poisons, Weapons, Armor, and more. Use query to jump to a specific topic within a long section. For non-SRD rules or more detail, use ddb_read_book. No login required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Section name or slug (e.g. 'Spellcasting', 'attacking', 'Damage and Healing', 'multiclassing') | |
| query | No | Jump to the first occurrence of this keyword within the section (e.g. 'concentration', 'death saving throw'). | |
| max_chars | No | Max characters to return (default 4000). Some sections are 20,000+ chars — increase if you need the full text. |