Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_cloudforce_one_requests_quota

Retrieve your Cloudforce One requests quota by providing an account ID. Monitor remaining capacity to plan API usage and avoid interruptions.

Instructions

Get Cloudforce One requests 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.2/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only says 'get', which weakly implies a read operation, but it does not explain whether this consumes quota, whether it requires specific permissions, or what kind of response to expect. The description adds no meaningful behavioral context beyond the name.

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?

The description is short but under-specified. It is not genuinely concise because the one sentence merely repeats the tool name without earning its place by adding information. There is no structure or additional context.

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?

For a tool with no output schema and no annotations, the description should at least clarify what 'requests quota' means, whether quota is account-scoped, and what the result represents. The current description leaves these gaps, so it is not adequately complete.

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?

Schema description coverage is 100%, so the single required parameter account_id is already documented in the schema. The description adds no additional semantic detail, which is acceptable under the baseline given high schema coverage.

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 description 'Get Cloudforce One requests quota' is essentially a verbatim restatement of the tool name. It identifies the resource and operation but adds no clarifying detail, and it does not distinguish itself from similarly named siblings like get_cloudforce_one_request or get_cloudforce_one_query.

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 guidance is provided about when to use this tool over alternatives, what context it applies to, or what 'requests quota' represents. The sibling list includes several Cloudforce One tools, but the description gives the agent no criteria for selection.

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