Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

get_account_rules_list

Retrieve details of a specific Cloudflare account rules list. Provide the account ID and list ID to get information about the list.

Instructions

Get details of an account rules list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesThe list ID
account_idYesThe account ID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Get details' is a restatement of the operation rather than added transparency: it does not describe the return shape, whether the response includes the rules items or only list metadata, error/404 behavior, or permission requirements. With zero annotation coverage this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single efficient sentence with no wasted words; the content is front-loaded and easy to parse. It loses the 5 only because it is terse to the point of sacrificing substance — the same space could have held a differentiating phrase about the list-vs-items distinction.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and no annotations, the description should do more to complete the picture, but it adds nothing beyond the tool name. An agent cannot tell what 'details' includes, what the response will look like, or how this differs from list_account_rules_lists and list_account_rules_list_items — a real risk in a sibling list of several hundred tools.

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 and the two parameters (list_id, account_id) are already documented in the schema. The description adds nothing beyond the schema — it does not explain that the list is scoped by the account or how the two IDs relate — but it is not required to compensate, so a baseline 3 is appropriate.

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') and resource ('an account rules list'), making the basic operation clear: retrieve the details of a single account-scoped rules list identified by list_id. It does not, however, distinguish itself from the closely related siblings list_account_rules_lists (which returns all lists) or list_account_rules_list_items (which returns the items within a list), so the meaning of 'details' remains ambiguous.

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?

There is no guidance on when to use this tool versus alternatives. The sibling list contains both list_account_rules_lists and list_account_rules_list_items, and the description gives no hint about how to choose among them (e.g., 'to get all lists use X, to get items use Y'). Usage context must be inferred entirely from naming conventions.

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