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