dice_notation_roll
ActiveTool of WingmanProtocol Agent Gateway
Seeded Dice-Notation Roller — Roll tabletop dice notation ('2d6+3') deterministically from a required seed (sha256-derived, reproducible on any Python version) -- not wall-clock randomness.
Parameters schema
{
"type": "object",
"required": [
"notation",
"seed"
],
"properties": {
"seed": {
"type": [
"integer",
"string"
],
"description": "Seed for deterministic rolls (any integer or string)"
},
"notation": {
"type": "string",
"description": "Dice notation, e.g. '2d6+3', '1d20', 'd8-1'"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries