Skip to main content
Glama
pocc

cloudflare-mcp

by pocc

list_account_members

Retrieve the full list of members for a Cloudflare account by providing the account ID. Use this to audit user access and roles.

Instructions

List all members of a Cloudflare account

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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?

With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read-only list operation scoped to an account, but says nothing about pagination behavior, permission requirements (e.g., needing account admin role), the shape of member entries (roles, status), or how this differs from Access users.

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 sentence with no filler; the core action and scope are front-loaded. It is appropriately sized for a one-parameter list tool, though it borders on restating the tool name.

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?

For a simple one-parameter list tool, the definition is minimally viable: the parameter is fully schema-documented and the purpose is clear. However, it lacks any mention of return value shape, pagination, or how to distinguish this from semantically overlapping siblings like list_memberships, which matters given the large sibling set.

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% — the account_id parameter is documented in the input schema as 'The account ID', which is self-explanatory. The description adds no parameter-level detail, but the high schema coverage justifies the baseline score of 3.

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 ('List') and resource ('members of a Cloudflare account'), making the tool's function immediately clear. However, it does not differentiate it from closely related siblings like list_memberships or list_account_roles, which operate on overlapping concepts.

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 such as list_memberships (which covers memberships across accounts) or list_access_users (which covers Access users). No context, prerequisites, or exclusions are provided, leaving the agent to infer selection criteria from the name alone.

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