Skip to main content
Glama

D&D MCP Server

add_session_note

Record and organize session details for Dungeons & Dragons campaigns, including summaries, key events, characters present, experience gained, treasure found, and additional notes.

Instructions

Add notes for a game session.

Input Schema

NameRequiredDescriptionDefault
characters_presentNoCharacters present in session
eventsNoKey events that occurred
experience_gainedNoExperience points gained
notesNoAdditional notes
session_numberYesSession number
summaryYesSession summary
titleNoSession title
treasure_foundNoTreasure or items found

Input Schema (JSON Schema)

{ "properties": { "characters_present": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Characters present in session", "title": "Characters Present" }, "events": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Key events that occurred", "title": "Events" }, "experience_gained": { "anyOf": [ { "minimum": 0, "type": "integer" }, { "type": "null" } ], "default": null, "description": "Experience points gained", "title": "Experience Gained" }, "notes": { "default": "", "description": "Additional notes", "title": "Notes", "type": "string" }, "session_number": { "description": "Session number", "minimum": 1, "title": "Session Number", "type": "integer" }, "summary": { "description": "Session summary", "title": "Summary", "type": "string" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Session title", "title": "Title" }, "treasure_found": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "Treasure or items found", "title": "Treasure Found" } }, "required": [ "session_number", "summary" ], "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