Skip to main content
Glama

cloudflare_zone_setting_get

Retrieve a specific Cloudflare zone setting by providing zone ID/name and setting name. Gets the current value for options like SSL, security level, minify, avoiding full settings retrieval.

Instructions

Get a specific zone setting by name (e.g., 'ssl', 'security_level', 'minify').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zone_idYesZone ID (32-char hex) or zone name (e.g., 'example.com')
setting_nameYesSetting name (e.g., 'ssl', 'security_level', 'always_use_https', 'minify')
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. However, it only states 'Get' with no disclosure of behavioral traits such as read-only nature, authentication requirements, rate limits, or response format. For a non-mutating GET operation, the description should at least imply it is safe and idempotent.

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 sentence with no unnecessary words. It is front-loaded with the verb and resource, and immediately provides clarifying examples. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple getter tool with two parameters and no output schema, the description is largely complete. It explains what the tool does and gives examples. However, it could be slightly improved by mentioning that the tool returns the setting's value, but since there is no output schema, the description is adequate.

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?

Input schema coverage is 100%, so baseline is 3. The description adds example values for 'setting_name' but does not explain 'zone_id' beyond what the schema already states (hex or name). No additional semantic guidance is provided, such as allowed values for 'setting_name' or format constraints.

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 clearly states the action 'Get', the resource 'zone setting', and how to specify it 'by name' with concrete examples ('ssl', 'security_level', 'minify'). It effectively distinguishes itself from sibling tools like cloudflare_security_level_get (which focuses on a single setting) and cloudflare_zone_setting_update (which modifies settings).

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 on when to use this tool versus alternatives. For instance, cloudflare_security_level_get could be an alternative for the 'security_level' setting, but the description does not mention this or any other usage context. The tool's purpose is implied but not explicitly contrasted with siblings.

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/itunified-io/mcp-cloudflare'

If you have feedback or need assistance with the MCP directory API, please join our Discord server