Skip to main content
Glama

D&D MCP Server

list_quests

Filter and manage Dungeons & Dragons quests by status, including active, completed, failed, or on_hold, to organize campaign progress efficiently.

Instructions

List quests, optionally filtered by status.

Input Schema

NameRequiredDescriptionDefault
statusNoFilter by status

Input Schema (JSON Schema)

{ "properties": { "status": { "anyOf": [ { "enum": [ "active", "completed", "failed", "on_hold" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by status", "title": "Status" } }, "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