You're viewing a demo portfolio

Join the waitlist
PRSM

get_spell

Active

Tool of dnd5e

declared in 0.1.0

Get spell details including damage, range, duration, components, and effects. Provide spell index (e.g., "fireball", "magic-missile", "cure-wounds"). Returns damage dice, range, casting time, and effect descriptions.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "index": "fireball"
    },
    {
      "index": "magic-missile"
    }
  ],
  "required": [
    "index"
  ],
  "properties": {
    "index": {
      "type": "string",
      "description": "Spell index name in kebab-case (e.g. \"fireball\", \"magic-missile\")."
    }
  }
}

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 →
get_spell — dnd5e — PRSM MCP