Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch term for monster name or description
crNoExact challenge rating (e.g. "1/4", "5")
cr_minNoMinimum challenge rating (numeric, e.g. 0.25 for 1/4)
cr_maxNoMaximum challenge rating (numeric)
typeNoMonster type (e.g. "beast", "undead", "dragon")
sizeNoSize category (Tiny, Small, Medium, Large, Huge, Gargantuan)
alignmentNoAlignment (e.g. "chaotic evil", "neutral")
limitNoResults per page (max 50)
offsetNoOffset for pagination
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description partially discloses behavior: it returns full stat blocks. However, it omits that it queries the SRD only, no side effects, and no authentication or rate limit info. Acceptable for a search tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, no fluff. Front-loaded with purpose and scope. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description correctly states return values ('full stat blocks'). It lacks mention of pagination (limit/offset) but is complete enough for a search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all parameters with descriptions (100% coverage). The tool description summarizes filterable attributes but adds no new semantic detail. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches D&D 5e SRD monsters by specific attributes (name, CR, type, size, alignment) and returns full stat blocks. It distinguishes itself from sibling search tools (e.g., search_equipment, search_spells) by focusing on monsters.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for monster lookup but does not explicitly state when to use this tool versus alternatives like compare_monsters or build_encounter. However, the sibling context makes the intended use clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gregario/dnd-oracle'

If you have feedback or need assistance with the MCP directory API, please join our Discord server