Skip to main content
Glama

D&D MCP Server

update_game_state

Track and modify Dungeons & Dragons campaign details, including party location, session number, in-game date, party level, funds, combat status, and notes, using this MCP server tool.

Instructions

Update the current game state.

Input Schema

NameRequiredDescriptionDefault
current_date_in_gameNoCurrent in-game date
current_locationNoCurrent party location
current_sessionNoCurrent session number
in_combatNoWhether party is in combat
notesNoCurrent situation notes
party_fundsNoParty treasure/funds
party_levelNoAverage party level

Input Schema (JSON Schema)

{ "properties": { "current_date_in_game": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Current in-game date", "title": "Current Date In Game" }, "current_location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Current party location", "title": "Current Location" }, "current_session": { "anyOf": [ { "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Current session number", "title": "Current Session" }, "in_combat": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Whether party is in combat", "title": "In Combat" }, "notes": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Current situation notes", "title": "Notes" }, "party_funds": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Party treasure/funds", "title": "Party Funds" }, "party_level": { "anyOf": [ { "maximum": 20, "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Average party level", "title": "Party Level" } }, "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