Skip to main content
Glama
daniil-shumko

Cloudflare Workers MCP Server

List Deployments

list_deployments
Read-onlyIdempotent

View all deployments for a Worker script, ordered newest first, with traffic split per version to identify the live deployment.

Instructions

List a Worker's deployments (newest first). Each deployment maps traffic percentages to one or more versions; the newest deployment is the live one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
script_nameYesThe name of the Worker script
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context beyond annotations by explaining that deployments map traffic percentages to versions and that the newest deployment is the live one. It also discloses the ordering behavior (newest first), which is useful for interpretation.

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 that conveys the core action, ordering, and key domain concepts without any wasted words. It is highly concise and well-structured.

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

Completeness5/5

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

With no output schema, the description explains what the tool returns: deployments with traffic percentages and versions, ordered newest first, and identifies the live deployment. This is sufficient for a simple list tool with good annotations and one parameter, making the description contextually complete.

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 coverage is 100% with script_name having a clear description ('The name of the Worker script'). The tool description refers to 'a Worker' which implicitly maps to script_name but doesn't add anything beyond the schema. Baseline 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 clearly states the tool lists a Worker's deployments with a specific verb ('List') and resource ('Worker's deployments'). It also adds distinguishing details (newest first, traffic mapping, live deployment) that differentiate it from sibling tools like create_deployment or rollback_worker.

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 about what the tool does and its output ordering, but it doesn't explicitly state when to use it versus alternatives. However, the purpose is unambiguous—listing deployments—so the usage context is clear even without exclusionary language.

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/daniil-shumko/cloudflare-workers-mcp'

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