Skip to main content
Glama

MCP Rand

by turlockmike

roll_dice

Simulate dice rolls using standard notation like "2d6" or "3d6+5" for RPGs, board games, or probability calculations. Supports multiple dice formats for accurate random number generation.

Instructions

Roll a set of dice using standard dice notation (e.g., "2d6" for two six-sided dice, "3d6+5" for three six-sided dice plus 5)

Input Schema

NameRequiredDescriptionDefault
diceYesArray of dice to roll

Input Schema (JSON Schema)

{ "properties": { "dice": { "description": "Array of dice to roll", "items": { "description": "Dice notation (e.g., \"2d6\", \"1d20\", \"4d4\")", "type": "string" }, "type": "array" } }, "required": [ "dice" ], "type": "object" }
Install Server

Other Tools from MCP Rand

Related Tools

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/turlockmike/mcp-rand'

If you have feedback or need assistance with the MCP directory API, please join our Discord server