Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

list_zones

Retrieve all zones in your Cloudflare account, with optional filters for name, status, page, or account ID to find specific domains.

Instructions

List all zones (domains) in the account

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter by zone name (domain)
pageNoPage number
statusNoFilter by status (active, pending, initializing, moved, deleted)
per_pageNoResults per page
account_idNoFilter by account ID

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The verb 'List' signals a read operation and the scope is stated, but there is no mention of pagination, response shape, or that 'all zones' may require iterating over pages. This is a meaningful gap for a list endpoint with page and per_page parameters.

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 wasted words. It conveys the core action, resource, and scope efficiently and is appropriately sized for a simple list operation.

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?

The schema richly documents parameters, but with no output schema and no annotations, the description should at least hint at pagination or response characteristics. 'List all zones' is minimally viable, yet an agent could reasonably wonder whether one call returns everything or whether it must page through results.

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 schema already documents all five parameters with helpful descriptions. The tool description adds only the 'domains' synonym and the account scope, which does not materially enhance parameter understanding beyond the schema.

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

Purpose5/5

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

The description uses a specific verb ('List'), a clear resource ('zones'), adds the parenthetical clarification ('domains'), and states the scope ('in the account'). This clearly distinguishes it from single-zone tools like get_zone and from other account-level list tools.

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

Usage Guidelines3/5

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

The description implies the tool's usage: call it when you need the zones belonging to the account and want them as a list. However, it does not explicitly contrast it with get_zone or mention when not to use it, leaving some routing to inference.

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