Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_fraud_detection_settings

Retrieve current fraud detection settings for a Cloudflare zone to review configured protection measures and assess the security posture.

Instructions

Get fraud detection settings for a zone

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

A3.8/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. The verb 'Get' and 'settings' clearly signal a read-only, non-destructive operation, which is the main behavioral trait an agent needs. However, it does not mention authentication requirements, rate limits, or whether the settings response has any notable structure or defaults.

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, front-loaded sentence with no filler. Every word adds value: the verb, the resource, and the scope are all present, 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 single-parameter settings getter, the description and schema together are nearly sufficient. The absence of an output schema means the description could have been slightly more explicit about what 'fraud detection settings' includes, but the core use case is fully understandable.

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%, and the only parameter, zone_id, is already documented in the schema. The description's 'for a zone' aligns with the parameter but does not add meaningful detail beyond what the schema provides, so the baseline score of 3 is appropriate.

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 uses a specific verb ('Get') and a specific resource ('fraud detection settings') plus a clear scope ('for a zone'). This distinguishes it from the many other get_*_settings tools in the sibling list, such as get_bot_management or get_token_validation_settings.

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 implies the tool should be used when an agent needs to retrieve fraud detection settings for a zone, but it does not explicitly state when to prefer this tool over alternatives or mention any exclusions. It provides no comparative guidance against sibling settings tools.

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