search_monsters
Search D&D 5e SRD monsters by name, challenge rating, type, size, or alignment. Returns full stat blocks for each monster found.
Instructions
Search D&D 5e SRD monsters by name, CR, type, size, or alignment. Returns full stat blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search term for monster name or description | |
| cr | No | Exact challenge rating (e.g. "1/4", "5") | |
| cr_min | No | Minimum challenge rating (numeric, e.g. 0.25 for 1/4) | |
| cr_max | No | Maximum challenge rating (numeric) | |
| type | No | Monster type (e.g. "beast", "undead", "dragon") | |
| size | No | Size category (Tiny, Small, Medium, Large, Huge, Gargantuan) | |
| alignment | No | Alignment (e.g. "chaotic evil", "neutral") | |
| limit | No | Results per page (max 50) | |
| offset | No | Offset for pagination |