dice_roll
Roll dice using standard notation (e.g. 2d6+3, 4d8, d20). Supports comma-separated pools and keep-high/low (4d6kh3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of times to roll (default 1) | |
| notation | No | Dice notation (e.g. 2d6+3, 4d6kh3, 3d8,1d12+2) | |
| expression | No | Alias for notation |