Skip to main content
Glama

mcp-dice

by yamaton
MIT License
1
  • Apple

roll_dice

Use dice notation (e.g., '2d6+3') to simulate dice rolls for games, simulations, or decision-making through the mcp-dice server.

Instructions

Roll dice using standard notation (e.g., '2d6+3', '1d20-2')

Input Schema

NameRequiredDescriptionDefault
notationYesDice notation (e.g., '2d6+3', '1d20-2')

Input Schema (JSON Schema)

{ "properties": { "notation": { "description": "Dice notation (e.g., '2d6+3', '1d20-2')", "pattern": "^\\d+d\\d+([+-]\\d+)?$", "type": "string" } }, "required": [ "notation" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-dice

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/yamaton/mcp-dice'

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