You're viewing a demo portfolio

Join the waitlist
PRSM

get_monster

Active

Tool of dnd5e

declared in 0.1.0

Get monster stats including AC, HP, abilities, skills, senses, and actions. Provide monster index (e.g., "aboleth", "dragon-red-adult", "goblin"). Returns ability scores, skill bonuses, and attack/action details.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "index": "goblin"
    },
    {
      "index": "dragon-red-adult"
    }
  ],
  "required": [
    "index"
  ],
  "properties": {
    "index": {
      "type": "string",
      "description": "Monster index name in kebab-case (e.g. \"goblin\", \"dragon-red-adult\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

dnd5e

https://github.com/pipeworx-io/mcp-dnd5e

1/7 registries
View full server →