Skip to main content
Glama

D&D MCP Server

create_character

Generate a new player character for Dungeons & Dragons campaigns by defining name, class, level, race, and ability scores using this tool from the D&D MCP Server.

Instructions

Create a new player character.

Input Schema

NameRequiredDescriptionDefault
alignmentNoCharacter alignment
backgroundNoCharacter background
character_classYesCharacter class
charismaNoCharisma score
class_levelYesClass level
constitutionNoConstitution score
dexterityNoDexterity score
intelligenceNoIntelligence score
nameYesCharacter name
player_nameNoPlayer name
raceYesCharacter race
strengthNoStrength score
wisdomNoWisdom score

Input Schema (JSON Schema)

{ "properties": { "alignment": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Character alignment", "title": "Alignment" }, "background": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Character background", "title": "Background" }, "character_class": { "description": "Character class", "title": "Character Class", "type": "string" }, "charisma": { "default": 10, "description": "Charisma score", "maximum": 30, "minimum": 1, "title": "Charisma", "type": "integer" }, "class_level": { "description": "Class level", "maximum": 20, "minimum": 1, "title": "Class Level", "type": "integer" }, "constitution": { "default": 10, "description": "Constitution score", "maximum": 30, "minimum": 1, "title": "Constitution", "type": "integer" }, "dexterity": { "default": 10, "description": "Dexterity score", "maximum": 30, "minimum": 1, "title": "Dexterity", "type": "integer" }, "intelligence": { "default": 10, "description": "Intelligence score", "maximum": 30, "minimum": 1, "title": "Intelligence", "type": "integer" }, "name": { "description": "Character name", "title": "Name", "type": "string" }, "player_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Player name", "title": "Player Name" }, "race": { "description": "Character race", "title": "Race", "type": "string" }, "strength": { "default": 10, "description": "Strength score", "maximum": 30, "minimum": 1, "title": "Strength", "type": "integer" }, "wisdom": { "default": 10, "description": "Wisdom score", "maximum": 30, "minimum": 1, "title": "Wisdom", "type": "integer" } }, "required": [ "name", "character_class", "class_level", "race" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/study-flamingo/gamemaster-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server