Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_billing_profile

Retrieve a Cloudflare account's billing profile to check payment status and related billing details. Use this action to access account billing information when needed.

Instructions

Get billing profile for an account (payment status, etc.)

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

B3.1/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, but it largely restates the getter nature and adds only 'payment status, etc.' It does not disclose whether the data is sensitive, whether it represents current or outstanding billing, or what the response contains. The read-only behavior is implied by the verb but not elaborated.

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 a single front-loaded sentence with no filler: verb, resource, and scope appear immediately, and the parenthetical adds a small content cue. Nothing extraneous is included.

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?

For a one-parameter getter with no output schema, the description gives a high-level sense of the return value ('payment status, etc.'), but the vagueness of 'etc.' and the absence of any note on permissions, response shape, or error conditions leave meaningful gaps. It is minimally sufficient but not 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 coverage is 100%; account_id is already described as 'The account ID' in the schema. The description's 'for an account' aligns with that parameter but adds no format, constraint, or usage nuance beyond what the schema already provides.

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

Purpose4/5

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

The description states a specific verb and resource ('Get billing profile') with account scoping and a hint at contents ('payment status'). It is clear what the tool does, though the parenthetical 'etc.' is vague and it does not explicitly distinguish itself from sibling account or subscription getters like get_account or get_zone_subscription.

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 given on when to use this tool versus sibling tools such as get_account, get_zone_subscription, or get_membership. The description only states what the tool does, leaving selection conditions and exclusions unstated.

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