ddb_search_monsters
Search the D&D Beyond monster compendium by name, challenge rating, type, or size to find matching monsters and get a summary list.
Instructions
Search the D&D Beyond monster compendium by name, CR, type, or size. Returns a summary list. Use ddb_get_monster for the full stat block. Requires login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cr | No | Challenge Rating filter (e.g. 0.25, 1, 5, 20) | |
| name | No | Partial name to search for (e.g. 'goblin', 'dragon') | |
| size | No | Size filter (e.g. 'large', 'tiny') | |
| type | No | Monster type filter (e.g. 'undead', 'fiend', 'beast') |