Skip to main content
Glama

cloudflare_zone_setting_update

Update a specific Cloudflare zone setting, including SSL mode or security level, by specifying the zone, setting name, and new value.

Instructions

Update a specific zone setting (e.g., change SSL mode, security level).

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')
valueYesNew value for the setting (type depends on the specific setting)
Behavior2/5

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

Annotations are absent, so the description must carry the burden of behavioral disclosure. It only states 'Update', implying mutation, but does not mention side effects, reversibility, permissions, or error states. For a mutation tool, this is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, no redundant words. Front-loaded with the action and resource. Efficient for its length.

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?

Given no annotations or output schema, the description is too minimal. It does not cover error handling, value constraints, or how to determine valid setting names. The tool is straightforward but the lack of behavioral and usage context makes it incomplete for an agent to invoke correctly without prior knowledge.

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?

The schema provides full descriptions for all three parameters, and the description adds value by giving examples of setting_name values. However, the value parameter remains vaguely described ('type depends on the specific setting'). The description helps but does not compensate for the schema's brevity on value.

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 clearly states the tool updates a zone setting and provides concrete examples (SSL mode, security level). The verb 'Update' combined with 'zone setting' makes the purpose clear, though it does not explicitly distinguish from the sibling 'cloudflare_zone_setting_get' tool.

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 on when to use this tool versus alternatives like 'cloudflare_zone_setting_get' for reading settings. No prerequisites or conditions mentioned. The description lacks explicit usage context or exclusions.

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