Skip to main content
Glama

List rate-limit rules

list_rate_limit_rules
Read-only

List rate limit rules for a domain to inspect throttling policies and verify request control settings.

Instructions

[READ] GET /domains/{domain}/rate-limit/rules

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.5.3

TDQS

D1.7/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the '[READ]' prefix is redundant. Nothing is added about pagination, result ordering, or scope (account vs domain), and nothing contradicts the annotations.

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

Conciseness2/5

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

Very short, but this is under-specification rather than conciseness; the single fragment is not a usable instruction. There is no front-loaded statement of what the tool returns or requires.

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

Completeness1/5

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

With no output schema, no parameter documentation, and only an endpoint string, the definition is far too thin for an agent to invoke this tool correctly in a catalog of ~130 siblings.

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

Parameters2/5

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

Schema description coverage is 0% and the single domain parameter carries only a regex pattern. The description merely echoes the path template and does not explain what domain value is expected (registered zone name, ID, etc.).

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

Purpose2/5

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

The text is a restatement of the name plus the underlying HTTP path (GET /domains/{domain}/rate-limit/rules). It confirms this is a read of rate-limit rules, but adds no distinguishing detail versus siblings such as get_rate_limit_rule or list_firewall_rules.

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

Usage Guidelines1/5

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

No when-to-use guidance whatsoever. It never contrasts itself with get_rate_limit_rule, get_rate_limit_settings, or the create/update/delete rate-limit siblings, so the agent must infer selection from the name alone.

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

Deploy Server

Other Tools