monster_search
Search D&D 5e monsters by name to get matching creature entries, filtered by type, challenge rating, environment, or ruleset. Returns key stats like CR and source for quick reference.
Instructions
Search D&D 5e monster or creatures by name. Returns a list of matching entries. Use when you know the content type; if unsure of the type, use omnisearch instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by creature type (e.g. beast, humanoid, undead, dragon, fiend) | |
| limit | No | Max results to return | |
| query | Yes | Name or partial name to search for | |
| cr_max | No | Filter by maximum challenge rating inclusive (e.g. '1/4', '1/2', '5', '20') | |
| fields | No | Fields to include in each result (default: all fields). E.g. ["name","cr","source"] | |
| ruleset | No | Which ruleset to search. Omit to use the configured default ("2024"); pass "2014" to override. | 2024 |
| environment | No | Filter by habitat/environment (e.g. 'underdark', 'forest', 'nine hells', 'arctic') | |
| include_homebrew | No | When true, also search TheGiddyLimit/homebrew content alongside official results |