Skip to main content
Glama

D&D MCP Server

update_quest

Modify quest status or mark objectives as completed in Dungeons & Dragons campaigns. Use this tool to update quest progress and manage campaign activities effectively.

Instructions

Update quest status or complete objectives.

Input Schema

NameRequiredDescriptionDefault
completed_objectiveNoObjective to mark as completed
statusNoNew quest status
titleYesQuest title

Input Schema (JSON Schema)

{ "properties": { "completed_objective": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Objective to mark as completed", "title": "Completed Objective" }, "status": { "anyOf": [ { "enum": [ "active", "completed", "failed", "on_hold" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "New quest status", "title": "Status" }, "title": { "description": "Quest title", "title": "Title", "type": "string" } }, "required": [ "title" ], "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