Skip to main content
Glama

D&D MCP Server

create_npc

Generate and customize Dungeons & Dragons NPCs by defining name, race, occupation, location, attitude, and notes for streamlined campaign management on the D&D MCP Server.

Instructions

Create a new NPC.

Input Schema

NameRequiredDescriptionDefault
attitudeNoAttitude towards party
descriptionNoNPC description
locationNoCurrent location
nameYesNPC name
notesNoAdditional notes
occupationNoNPC occupation
raceNoNPC race

Input Schema (JSON Schema)

{ "properties": { "attitude": { "anyOf": [ { "enum": [ "friendly", "neutral", "hostile", "unknown" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Attitude towards party", "title": "Attitude" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "NPC description", "title": "Description" }, "location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Current location", "title": "Location" }, "name": { "description": "NPC name", "title": "Name", "type": "string" }, "notes": { "default": "", "description": "Additional notes", "title": "Notes", "type": "string" }, "occupation": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "NPC occupation", "title": "Occupation" }, "race": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "NPC race", "title": "Race" } }, "required": [ "name" ], "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