Skip to main content
Glama

cloudflare_fix

Apply recommended CloudFlare security settings to fix SSL mode, TLS version, HSTS, and bot protection. Checks current configuration and only corrects what's necessary.

Instructions

Apply recommended CloudFlare security settings. Can fix SSL mode, TLS version, HSTS, and bot protection. By default, checks current settings and only fixes what's needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesCloudFlare account email
api_keyYesCloudFlare Global API Key
fix_allNoApply all fixes regardless of current state
fix_sslNoFix SSL to 'full' mode (default: auto-detect if needed)
fix_tlsNoFix min TLS to 1.2 (default: auto-detect if needed)
zone_idYesCloudFlare Zone ID (32-character hex string)
fix_botsNoEnable bot protection (default: auto-detect if needed)
fix_hstsNoEnable HSTS (default: auto-detect if needed)
Behavior3/5

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

With no annotations, the description carries the burden. It discloses a meaningful behavioral trait: 'By default, checks current settings and only fixes what's needed.' This is useful for agents to predict incremental behavior. However, it does not mention side effects, reversibility, API key permissions, or return values, which are relevant for a mutation tool.

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 two sentences, front-loaded with the primary purpose, and free of redundancy. It communicates the core action and key default behavior without wasted words.

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?

Given the tool's complexity (8 parameters, no output schema, no annotations), the description provides a good high-level overview and default behavior, but lacks details about what the function returns, potential side effects, or success/failure indicators. This is adequate but not comprehensive.

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 baseline is 3. The description doesn't add significant meaning beyond the schema; the list of fix targets (SSL, TLS, HSTS, bots) mirrors the parameter descriptions, and the default behavior is already encoded in the schema descriptions. The description adds minimal extra value.

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 it applies recommended CloudFlare security settings, enumerates the specific fixes (SSL mode, TLS version, HSTS, bot protection), and implicitly distinguishes itself from the sibling cloudflare_check tool by focusing on applying fixes rather than checking.

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 gives a clear use case ('Apply recommended CloudFlare security settings') and explains the default behavior of checking before fixing. However, it does not explicitly state when to use this tool instead of cloudflare_check or provide exclusion scenarios, leaving some ambiguity.

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/markahope-aag/wp-audit-mcp'

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