You're viewing a demo portfolio

Join the waitlist
PRSM

retry_backoff

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Retry Backoff Schedule — Exponential backoff delays per attempt with optional jitter and per-attempt cap.

Parameters schema

{
  "type": "object",
  "required": [
    "base_delay",
    "attempts"
  ],
  "properties": {
    "factor": {
      "type": "number",
      "description": "Backoff multiplier (default 2)"
    },
    "attempts": {
      "type": "integer",
      "description": "Number of attempts 1..50"
    },
    "max_delay": {
      "type": "number",
      "description": "Cap per-attempt delay (seconds)"
    },
    "base_delay": {
      "type": "number",
      "description": "Base delay seconds"
    }
  },
  "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 →
retry_backoff — WingmanProtocol Agent Gateway — PRSM MCP