You're viewing a demo portfolio

Join the waitlist
PRSM

get_class

Active

Tool of dnd5e

declared in 0.1.0

Get class features, hit dice, proficiencies, and advancement tables. Provide class index (e.g., "barbarian", "wizard", "rogue"). Returns feature progression, proficiency gains, and subclass options.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "index": "wizard"
    },
    {
      "index": "barbarian"
    }
  ],
  "required": [
    "index"
  ],
  "properties": {
    "index": {
      "type": "string",
      "description": "Class index name in lowercase (e.g. \"wizard\", \"fighter\", \"cleric\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

dnd5e

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

1/7 registries
View full server →