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