Skip to main content
Glama

D&D MCP Server

start_combat

Initiate combat encounters by defining participants and their initiative order for streamlined Dungeons & Dragons campaign management.

Instructions

Start a combat encounter.

Input Schema

NameRequiredDescriptionDefault
participantsYesCombat participants with initiative order

Input Schema (JSON Schema)

{ "properties": { "participants": { "description": "Combat participants with initiative order", "items": { "additionalProperties": true, "type": "object" }, "title": "Participants", "type": "array" } }, "required": [ "participants" ], "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