Skip to main content
Glama
daniil-shumko

Cloudflare Workers MCP Server

Create Version (staged)

create_version

Upload a new Worker version without deploying it, leaving live traffic unchanged until referenced by a deployment. Use for staged rollouts.

Instructions

Upload a new Worker version WITHOUT deploying it — live traffic is unchanged until the version is referenced by create_deployment. Use for staged rollouts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoVersion tag (workers/tag annotation)
messageNoVersion message (workers/message annotation, shown in the dashboard)
modulesYesES modules; the first is the entry point unless main_module says otherwise
bindingsNoResource bindings for this version
keep_assetsNoRetain the previous version's static assets
main_moduleNoEntry-point module name (default: first module)
script_nameYesThe name of the Worker script
compatibility_dateNoYYYY-MM-DD; defaults to today
compatibility_flagsNo
Behavior4/5

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

The description adds behavioral context beyond the annotations, notably that live traffic is unchanged and that deployment requires a separate step. This is useful non-obvious info for an operation that mutates state (readOnlyHint=false). It doesn't contradict annotations.

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?

Two sentences, front-loaded with the key caveat, no redundant wording. Every sentence earns its place.

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 9 parameters and no output schema, the description captures the most important contextual nuance (staged, non-deploying). Combined with the rich schema, it is sufficiently complete for an agent to select and use correctly.

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 high (89%) and parameter descriptions in the schema are thorough. The tool description doesn't add param-specific semantics, but given the schema handles it, a 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 states a specific action ('Upload a new Worker version') on a clear resource, and the crucial qualifier 'WITHOUT deploying it' distinguishes it from create_deployment. The title '(staged)' reinforces the purpose.

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

Usage Guidelines5/5

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

It explicitly names the alternative tool (create_deployment) and explains the relationship ('until the version is referenced by create_deployment'), while advising use for 'staged rollouts'. This gives clear when-to-use guidance.

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