Skip to main content
Glama

D&D MCP Server

create_location

Generate and customize new locations for Dungeons & Dragons campaigns by specifying names, types, descriptions, populations, governments, and notable features.

Instructions

Create a new location.

Input Schema

NameRequiredDescriptionDefault
descriptionYesLocation description
governmentNoGovernment type
location_typeYesType of location (city, town, village, dungeon, etc.)
nameYesLocation name
notable_featuresNoNotable features
notesNoAdditional notes
populationNoPopulation (if applicable)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Location description", "title": "Description", "type": "string" }, "government": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Government type", "title": "Government" }, "location_type": { "description": "Type of location (city, town, village, dungeon, etc.)", "title": "Location Type", "type": "string" }, "name": { "description": "Location name", "title": "Name", "type": "string" }, "notable_features": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Notable features", "title": "Notable Features" }, "notes": { "default": "", "description": "Additional notes", "title": "Notes", "type": "string" }, "population": { "anyOf": [ { "minimum": 0, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Population (if applicable)", "title": "Population" } }, "required": [ "name", "location_type", "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