Skip to main content
Glama

D&D MCP Server

get_events

Retrieve and filter Dungeons & Dragons campaign events from the adventure log by type, search keywords, or limit results for streamlined session management.

Instructions

Get events from the adventure log.

Input Schema

NameRequiredDescriptionDefault
event_typeNoFilter by event type
limitNoMaximum number of events to return
searchNoSearch events by title/description

Input Schema (JSON Schema)

{ "properties": { "event_type": { "anyOf": [ { "enum": [ "combat", "roleplay", "exploration", "quest", "character", "world", "session" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by event type", "title": "Event Type" }, "limit": { "anyOf": [ { "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Maximum number of events to return", "title": "Limit" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Search events by title/description", "title": "Search" } }, "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