Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_zone

Retrieve detailed information for a specific Cloudflare zone by providing its zone ID. Use this tool to inspect zone settings, status, and metadata for infrastructure management.

Instructions

Get details for a specific zone

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zone_idYesThe zone 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 provided, so the description carries the full burden of behavioral disclosure. It implies a read-only operation via "Get," but does not state what the response contains, whether errors like 404 occur, or what permissions are required. This is a minimal but incomplete behavioral profile.

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 one short sentence with no filler or repeated information. It front-loads the essential purpose and is appropriately sized for a simple one-parameter getter.

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 tool with one parameter and no nested objects, the description is adequate but thin. It identifies the resource and parameter, but with no output schema and no annotations, the agent does not know what "details" will be returned and has no disambiguation from other zone-related getters. Some gaps remain, but the simple shape keeps it at a minimum viable level.

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%, and the schema already documents zone_id as "The zone ID" with a maxLength constraint. The description adds no additional semantic detail about the parameter, such as format or how to obtain it. The baseline score of 3 applies because the schema carries the parameter documentation burden.

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 clear action and object: "Get details for a specific zone." The single required parameter zone_id reinforces that this is a singular lookup. However, it does not explicitly distinguish itself from sibling tools like get_zone_settings, get_zone_analytics, or get_zone_setting, so it falls short of a 5.

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 about when to use this tool versus list_zones or the many get_zone_* sibling tools. There is no mention of prerequisites such as ownership of the zone or how to obtain zone_id. The agent is left to infer usage from the tool name alone.

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