You're viewing a demo portfolio

Join the waitlist
PRSM

dice_notation_roll

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
dice_notation_roll — WingmanProtocol Agent Gateway — PRSM MCP