Skip to main content
Glama

MCP Utility Tools

by haasonsaas

rate_limit_check

Determine if an operation exceeds rate limits by checking resource usage against defined thresholds. Configure max requests, time window, and auto-increment options to manage access control.

Instructions

Check if an operation should be rate-limited

Input Schema

NameRequiredDescriptionDefault
incrementNoIncrement the counter if allowed
max_requestsNoMaximum requests allowed
resourceYesResource identifier (e.g., 'api.github.com')
window_secondsNoTime window in seconds

Input Schema (JSON Schema)

{ "properties": { "increment": { "default": true, "description": "Increment the counter if allowed", "type": "boolean" }, "max_requests": { "default": 60, "description": "Maximum requests allowed", "type": "number" }, "resource": { "description": "Resource identifier (e.g., 'api.github.com')", "type": "string" }, "window_seconds": { "default": 60, "description": "Time window in seconds", "type": "number" } }, "required": [ "resource" ], "type": "object" }
Install Server

Other Tools from MCP Utility Tools

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/haasonsaas/mcp-utility-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server