Skip to main content
Glama
NingFlos

cloudflare-workspace-mcp

by NingFlos

cloudflare_status

List all Cloudflare account resources in a read-only inventory. Optionally filter by type: Pages, D1, KV, R2, Zones, or Workers.

Instructions

查看 Cloudflare 账户资源清单(只读,纯 REST)。type 可选:all(默认)/pages/d1/kv/r2/zones/workers。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo资源类型:all/pages/d1/kv/r2/zones/workers,默认 all
Behavior4/5

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

With no annotations provided, the description takes on the full burden and explicitly discloses 'read-only, pure REST' behavior, plus the type parameter semantics. It does not cover additional details like auth or rate limits, but for a simple read-only listing tool, this is adequate.

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, well-structured sentence. It front-loads the purpose, then lists the type options and default, with no unnecessary words.

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 tool with one optional parameter, no output schema, and a straightforward listing purpose, the description provides sufficient context: what it does, the type values, and the read-only/REST nature. It could mention output format, but 'resource inventory' implies the response is a list of resources.

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?

The schema description already covers 100% of the parameter meaning with the same list of resource types and default. The description repeats this information without adding extra nuance, so it adds no value beyond the schema.

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 clearly states the tool 'views the Cloudflare account resource inventory' with a specific verb and resource, and lists the distinct resource types. This distinguishes it from sibling tools like cloudflare_api (general API calls) and d1_query (querying D1).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: it is a read-only, pure REST operation for listing resources, with a type parameter enumerating the resource categories. However, it does not explicitly mention alternatives or when not to use this tool, though the read-only scope makes its usage fairly obvious.

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/NingFlos/cloudflare-workspace-mcp'

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