Skip to main content
Glama
isina-nej
by isina-nej

Cloudflare account

cloudflare_account
Read-only

Fetch the Cloudflare account ID and name. Requires Account:Read permission.

Instructions

First account id/name. Needs Account:Read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.8.0

TDQS

C2.2/5.0
Behavior2/5

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

The description adds the permission requirement 'Needs Account:Read', which is beyond the readOnlyHint annotation. However, it does not describe the tool's behavior, return format, or any side effects. Since annotations already mark it as read-only, the added permission note provides minimal behavioral context.

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 very short with two fragments, but the first fragment is cryptic and not a proper sentence. It is concise but under-specified, lacking a clear verb and structure. The permission note is separate but does not improve clarity.

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?

Despite having an output schema and no parameters, the description fails to state the tool's purpose clearly. It does not explain what 'first account' means, whether it returns a list or a single object, or why it would be used. The description is incomplete for an agent to confidently invoke it.

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 tool has zero parameters, and schema coverage is 100% (no parameters to document). The baseline for 0 parameters is 4, and the description does not need to add parameter information. This dimension is adequate by default.

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 'First account id/name' is a noun phrase without a verb, so it does not clearly state an action. It could be interpreted as a command to fetch the first account, but the intent is ambiguous. It does not distinguish itself from siblings like cloudflare_zones, though the 'account' focus hints at a retrieval.

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 guidance is given on when to use this tool versus alternatives. There is no mention of context, prerequisites beyond the permission note, or how it fits into a workflow. The agent is left to guess when this should be called.

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