Skip to main content
Glama

cf_list_managed_rulesets

Retrieve managed ruleset deployments for a zone's firewall managed phase, including severity overrides and exposed-credentials check.

Instructions

List managed ruleset deployments at a zone's firewall_managed phase.

These are the Cloudflare Managed Ruleset and OWASP Core Ruleset that
are deployed against incoming requests. Each deployment includes
severity overrides, exposed-credentials check, etc.

Calls: GET /zones/{zone_id}/rulesets/phases/http_request_firewall_managed/entrypoint.

Returns: envelope with `data = {rules: [...], count, zone_id}`.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zone_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose behavior. It implies read-only (list operation) and notes the HTTP call and return envelope, but lacks explicit read-only flag, pagination details, or auth requirements. Adequate but not comprehensive.

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 concise with four sentences, each adding value: purpose, contents, HTTP endpoint, return format. No fluff or repetition.

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 an output schema exists, the return envelope is described adequately. However, the missing parameter description and lack of usage guidance prevent full completeness for a single-parameter tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, yet the description provides no details about the zone_id parameter beyond its existence. It does not explain what constitutes a valid zone_id or how to obtain it, leaving a significant gap.

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 it lists managed ruleset deployments at a zone's firewall_managed phase, specifying the Cloudflare Managed and OWASP Core Rulesets. It distinguishes from siblings like cf_list_rulesets by focusing on phase-specific managed deployments, though it could be more explicit about when to use this over cf_get_entrypoint_ruleset.

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. Sibling tools like cf_get_managed_rule_details or cf_list_rulesets exist, but the description offers no comparative context or prerequisites.

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/wojtekkura/cf-mcp'

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