Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_dex_commands_quota

Retrieve the current quota for DEX commands for a Cloudflare account. Use this to monitor usage limits before running DEX-related operations.

Instructions

Get DEX commands quota

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesThe account ID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.5/5.0
Behavior2/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. 'Get' implies a read-only operation, but the description does not explain what the quota value means, whether the response contains usage and limits, or any authentication/failure behavior. This is minimal disclosure.

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

Conciseness3/5

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

The description is compact and front-loaded, with no wasted words. However, it carries no information beyond the tool name, so its brevity is closer to under-specification than to a well-crafted summary of constraints or behavior.

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

Completeness2/5

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

There is no output schema and no annotations, so the description is responsible for explaining the return concept. It does not define what the DEX commands quota response contains or how to interpret it, leaving the agent with only the minimal input-side information from the schema.

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

Parameters3/5

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

The sole parameter account_id is fully documented in the schema with a clear description, so the baseline is 3. The tool description adds no additional parameter context, but the schema coverage is sufficient for this single parameter.

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

Purpose3/5

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

The description names a verb and resource ('Get DEX commands quota'), so the agent knows it retrieves some quota. However, it is essentially a restatement of the tool name and does not clarify whether the quota is a limit, current usage, or remaining allowance; it also does not position itself against similar quota tools like get_cloudforce_one_requests_quota.

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?

No usage guidance is provided: there is no when-to-use context, no mention of alternatives, and no exclusions. The intended use is only implied by the tool name and the required account_id, not by any explanatory description.

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/pocc/cloudflare-mcp'

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