rate_limit
ActiveTool 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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries