Skip to main content
Glama

D&D MCP Server

add_event

Log events in your Dungeons & Dragons campaign with details like type, title, description, session number, characters involved, location, importance, and tags for better tracking.

Instructions

Add an event to the adventure log.

Input Schema

NameRequiredDescriptionDefault
characters_involvedNoCharacters involved in the event
descriptionYesEvent description
event_typeYesType of event
importanceNoEvent importance (1-5)
locationNoLocation where event occurred
session_numberNoSession number
tagsNoTags for categorizing the event
titleYesEvent title

Input Schema (JSON Schema)

{ "properties": { "characters_involved": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Characters involved in the event", "title": "Characters Involved" }, "description": { "description": "Event description", "title": "Description", "type": "string" }, "event_type": { "description": "Type of event", "enum": [ "combat", "roleplay", "exploration", "quest", "character", "world", "session" ], "title": "Event Type", "type": "string" }, "importance": { "default": 3, "description": "Event importance (1-5)", "maximum": 5, "minimum": 1, "title": "Importance", "type": "integer" }, "location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Location where event occurred", "title": "Location" }, "session_number": { "anyOf": [ { "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Session number", "title": "Session Number" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Tags for categorizing the event", "title": "Tags" }, "title": { "description": "Event title", "title": "Title", "type": "string" } }, "required": [ "event_type", "title", "description" ], "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