Skip to main content
Glama
Txpple

fvtt-mcp-molten5e

by Txpple

search-compendium-creatures

Find D&D 5e creatures by Challenge Rating, type, size, spellcasting, or legendary actions across premium book Actor packs, excluding SRD content. Returns ranked minimal hits for encounter building.

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

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoFilter by creature size
limitNoMaximum results to return (default: 500 for comprehensive surveys, max: 1000)
hasSpellsNoFilter for spellcasting creatures
creatureTypeNoFilter by creature type
challengeRatingNoFilter 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")
hasLegendaryActionsNoFilter for creatures with legendary actions (D&D 5e)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changedv2.1.3
    • removedInput schema / properties / hasLegendaryActions / anyOf
      Removed value: -[
      -  {
      -    "type": "boolean"
      -  },
      -  {
      -    "type": "string"
      -  }
      -]
    • addedInput schema / properties / hasLegendaryActions / type
      Added value: +[
      +  "boolean",
      +  "string"
      +]
    • removedInput schema / properties / hasSpells / anyOf
      Removed value: -[
      -  {
      -    "type": "boolean"
      -  },
      -  {
      -    "type": "string"
      -  }
      -]
    • addedInput schema / properties / hasSpells / type
      Added value: +[
      +  "boolean",
      +  "string"
      +]
  2. First observedv1.2.2

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that CR/type/size check real system data rather than name heuristics, that hasSpells/hasLegendaryActions are approximate index flags, that results are premium-first ranked, and that the tool returns minimal hits rather than full stat blocks. It also notes high result limits for complete encounter-building surveys. This is substantial behavioral context beyond what the schema provides, though it doesn't cover every edge case like error behavior or exact ranking algorithm.

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

Conciseness4/5

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

The description is dense but well-organized: it front-loads the core purpose and scope, then covers data source behavior, return format, and routing. Every sentence earns its place, though the parenthetical design.md reference and the slightly long final sentence could be trimmed. It's appropriately sized for a tool with six parameters and no annotations.

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?

For a discovery tool with no output schema, the description covers the key things an agent needs: what it searches, what it excludes, how the filters behave, what the return shape is, and how to follow up for full stat blocks. The main gap is that it doesn't describe pagination or what happens when no results are found, but the high result limits and minimal-hit return format are disclosed. Given the tool's complexity and the absence of annotations, this is nearly complete.

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 description coverage is 100%, so the schema already documents all six parameters. The description adds context about the faceted criteria (CR, type, size, spellcasting, legendary actions) and clarifies that hasSpells/hasLegendaryActions are approximate flags, which adds meaning beyond the schema. However, it doesn't add syntax details for the parameters beyond what the schema already provides, so the 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 opens with a specific verb and resource ('find creatures matching faceted criteria') and immediately distinguishes itself from sibling search tools by scoping to premium book Actor packs only, explicitly excluding SRD packs. It also names the companion tool get-compendium-entry for pulling full stat blocks, which clarifies its role as a discovery/identification tool rather than a retrieval tool.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (discovery across premium Actor packs) and when not to (SRD packs are excluded and never appear). It also provides routing guidance: use this to identify candidates by name, then use get-compendium-entry for full stat blocks. This is explicit when/when-not guidance with a named alternative.

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

Deploy Server

Other Tools