Skip to main content
Glama

api_rate_limit_test

Verify API rate limiting by sending multiple requests to an endpoint and analyzing response behavior.

Instructions

Test API rate limiting controls.

Args: url: Target API endpoint requests_count: Number of requests to send (default: 100) method: HTTP method (default: GET)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
methodNoGET
requests_countNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must disclose behavioral traits. It only says 'Test API rate limiting controls' without explaining the effect (e.g., rapid requests that may trigger blocks), safety profile, or what the output contains. This lack of transparency is a significant deficit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, with a single opening sentence and a clear parameter list. Every sentence adds value, and the structure is front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity and the existence of an output schema, the description covers basic purpose and parameters. However, it lacks behavioral context (e.g., what the test does to the target) and usage context, making it only minimally complete for an automated agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description provides parameter names and brief descriptions for all three parameters, including defaults. This adds meaning beyond the raw schema (which lacks descriptions). However, the 'url' description is somewhat generic ('Target API endpoint'), so not fully precise.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Test API rate limiting controls.' This is a specific verb-resource pair that distinguishes it from sibling API tools like api_auth_bypass_test, api_ffuf_fuzz, etc. The parameter details further clarify the action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives. The description does not mention prerequisites, exclusions, or compare with sibling tools. This is a gap for optimal tool selection by an AI agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/zebbern/zebbern-kali-mcp'

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