Skip to main content
Glama

D&D MCP Server

roll_dice

Generate random dice rolls using D&D notation for campaigns. Specify dice combinations, apply advantage or disadvantage, and integrate results into gameplay for enhanced storytelling and mechanics.

Instructions

Roll dice with D&D notation.

Input Schema

NameRequiredDescriptionDefault
advantageNoRoll with advantage
dice_notationYesDice notation (e.g., '1d20', '3d6+2')
disadvantageNoRoll with disadvantage

Input Schema (JSON Schema)

{ "properties": { "advantage": { "default": false, "description": "Roll with advantage", "title": "Advantage", "type": "boolean" }, "dice_notation": { "description": "Dice notation (e.g., '1d20', '3d6+2')", "title": "Dice Notation", "type": "string" }, "disadvantage": { "default": false, "description": "Roll with disadvantage", "title": "Disadvantage", "type": "boolean" } }, "required": [ "dice_notation" ], "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