roll_dice
Roll dice using standard dice notation like '3d6' or 'd20'. Returns individual rolls and totals for any number of dice.
Instructions
Roll dice using standard dice notation (e.g., "3d6", "d20", "2d10"). Supports rolling multiple dice of various sizes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notation | Yes | Dice notation in the format NdS where N is the number of dice and S is the number of sides (e.g., "3d6" for three six-sided dice, "d20" for one twenty-sided die) |