Skip to main content
Glama

D&D MCP Server

list_quests

Efficiently organize and view Dungeons & Dragons quests by filtering based on status—active, completed, failed, or on hold—using this tool.

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