rate_limit_check
Test API rate limits by sending controlled request bursts to an endpoint, specifying method, delay, and auth headers. Identify vulnerabilities in backend systems with CyberMCP.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
auth_header | No | Authentication header (if any) | |
endpoint | Yes | API endpoint to test | |
http_method | No | HTTP method to use | GET |
request_body | No | Request body (for POST/PUT requests) | |
request_count | No | Number of requests to send | |
request_delay_ms | No | Delay between requests in milliseconds |