Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_ssl_settings

Retrieve SSL/TLS settings for a Cloudflare zone, including encryption mode and TLS version, to verify or update your security configuration.

Instructions

Get SSL/TLS settings for a zone including encryption mode and TLS version

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.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. The verb 'Get' clearly signals a read-only operation, and the description adds what the response will contain (encryption mode and TLS version). It does not mention authentication requirements, potential errors, or whether the settings are returned in a specific nested structure, but for a simple fetch tool this is adequate.

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 filler or redundant information. It front-loads the action and resource, then specifies the key contained settings, making it easy to parse quickly.

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 one-parameter read tool with no output schema, the description is reasonably complete. It names the resource and key returned fields. It would be slightly stronger with explicit mention of the response shape or a note that this complements other SSL-related endpoints, but these are not critical gaps.

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 input schema already provides 100% coverage with a description for zone_id ('The zone ID'), so the baseline of 3 applies. The description adds no additional parameter-level detail beyond the schema, but none is needed for a single obvious parameter.

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 ('Get'), a clear resource ('SSL/TLS settings for a zone'), and names concrete included content ('encryption mode and TLS version'). It is clear about what the tool does, though it does not explicitly differentiate from closely related siblings like get_ssl_verification or get_zone_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?

The description gives no guidance on when to use this tool versus alternatives such as get_universal_ssl_settings or get_zone_settings. Usage context is only implied by the tool name and the generic 'for a zone' phrasing, so an agent must infer when this specific settings getter is the right choice.

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