get_spell
ActiveTool 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\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
dnd5e
https://github.com/pipeworx-io/mcp-dnd5e
1/7 registries