roll_dice
Generate random dice rolls using D&D notation like 1d20 or 3d6+2, with options for advantage, disadvantage, and labeling for game mechanics in tabletop RPG campaigns.
Instructions
Roll dice with D&D notation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dice_notation | Yes | Dice notation (e.g., '1d20', '3d6+2') | |
| advantage | No | Roll with advantage | |
| disadvantage | No | Roll with disadvantage | |
| label | No | Context label for the roll (e.g., 'Goblin Archer 2 attack vs Aldric') |