You're viewing a demo portfolio

Join the waitlist
PRSM

rate_limit

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Rate Limit Advisor — Remaining capacity, wait time, and burst headroom for a sliding-window rate limit.

Parameters schema

{
  "type": "object",
  "required": [
    "limit",
    "window_seconds"
  ],
  "properties": {
    "used": {
      "type": "integer",
      "description": "Calls already used this window"
    },
    "limit": {
      "type": "integer",
      "description": "Calls allowed per window"
    },
    "planned_calls": {
      "type": "integer",
      "description": "Calls you plan to make"
    },
    "window_seconds": {
      "type": "number",
      "description": "Window length in seconds"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

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

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