Skip to main content
Glama

D&D MCP Server

create_campaign

Start a new Dungeons & Dragons campaign by defining its name, description, DM, and setting using the D&D MCP Server tool for organized campaign management.

Instructions

Create a new D&D campaign.

Input Schema

NameRequiredDescriptionDefault
descriptionYesCampaign description
dm_nameNoDungeon Master name
nameYesCampaign name
settingNoCampaign setting - a full description of the setting of the campaign in markdown format, or the path to a file containing the same.

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Campaign description", "title": "Description", "type": "string" }, "dm_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Dungeon Master name", "title": "Dm Name" }, "name": { "description": "Campaign name", "title": "Name", "type": "string" }, "setting": { "anyOf": [ { "type": "string" }, { "format": "path", "type": "string" }, { "type": "null" } ], "default": null, "description": "Campaign setting - a full description of the setting of the campaign in markdown format, or the path to a file containing the same.", "title": "Setting" } }, "required": [ "name", "description" ], "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