mcp-dice

MIT License
1
  • Apple

roll_dice

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" }

Other Tools