get_waf_managed_rules
Retrieve managed WAF rules configuration for a Cloudflare zone by providing its zone ID.
Instructions
Get managed WAF rules configuration for a zone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The zone ID |
Retrieve managed WAF rules configuration for a Cloudflare zone by providing its zone ID.
Get managed WAF rules configuration for a zone
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The zone ID |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure, but it adds nothing beyond the basic read semantics implied by 'Get'. It does not indicate what the configuration output contains, how it is structured, or any zone-scoping details beyond the schema. It is not misleading, but it is behaviorally thin.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single 8-word sentence with no filler. The key information ('Get managed WAF rules') is front-loaded, and every word contributes to the meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a low-complexity tool with one required parameter, the core invocation is adequately clear. However, with no output schema and no annotations, the description gives no hint of the return shape or what 'configuration' comprises, and it does not differentiate from the closely related get_waf_custom_rules. Adequate but with clear gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with the single zone_id parameter already described as 'The zone ID', so the baseline is 3. The description's phrase 'for a zone' loosely maps to zone_id but adds no additional meaning, format details, or constraints beyond what the schema already states.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Get') and names a specific resource ('managed WAF rules configuration') scoped to a zone. The word 'managed' implicitly contrasts with the sibling get_waf_custom_rules, providing some differentiation. However, 'configuration' is slightly ambiguous about whether the tool returns the attached managed rulesets, overrides, or both, which prevents a top score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance about when to use this tool versus alternatives such as get_waf_custom_rules, list_zone_rulesets, or get_ruleset. It does not state exclusions, prerequisites, or the conditions under which this tool should be preferred. An agent choosing among the many WAF-related siblings gets no comparative help.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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