search-compendium-creatures
Find D&D 5e creatures from premium packs by challenge rating, type, size, spellcasting, or legendary actions. Excludes SRD, returns minimal data for fast identification.
Instructions
D&D 5e CREATURE DISCOVERY: find creatures matching faceted criteria (Challenge Rating, type, size, spellcasting, legendary actions) across the premium book Actor packs only โ the SRD (dnd5e.*) packs are excluded and never appear in results (design.md ยง2.3). Backed by the system Compendium Browser, so CR/type/size check real system data (not name heuristics); hasSpells/hasLegendaryActions are approximate index flags. Returns minimal hits ({id,name,type,uuid,pack,packLabel,img,facets}) premium-first ranked โ identify candidates by name, then pull full stat blocks with get-compendium-entry. High result limits for complete encounter-building surveys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Filter by creature size | |
| limit | No | Maximum results to return (default: 500 for comprehensive surveys, max: 1000) | |
| hasSpells | No | Filter for spellcasting creatures | |
| creatureType | No | Filter by creature type | |
| challengeRating | No | Filter by Challenge Rating - accepts number, string, or range object. Use ranges for broader discovery (e.g., {"min": 10, "max": 15}) or exact values (12 or "12") | |
| hasLegendaryActions | No | Filter for creatures with legendary actions (D&D 5e) |