rate-limit-utilization-calculator
ActiveTool of Utility Matrix
declared in 1.1.0
Calculate API rate limit utilization given current request count and limit. Returns utilization percentage, buffer, safety status, and risk level (OK at <80%, WARNING at 80-95%, CRITICAL at >95%).
Parameters schema
{
"type": "object",
"required": [
"current_requests",
"limit"
],
"properties": {
"limit": {
"type": "number",
"minimum": 1,
"description": "Rate limit ceiling"
},
"window_seconds": {
"type": "number",
"minimum": 1,
"description": "Rate limit window in seconds (e.g. 60 for per-minute)"
},
"current_requests": {
"type": "number",
"minimum": 0,
"description": "Current request count in the window"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Utility Matrix
1/7 registries