accounts_list
List all accounts in your Cloudflare account
set_active_account
Set active account to be used for tool calls that require accountId
workers_list
List all Workers in your Cloudflare account.
If you only need details of a single Worker, use workers_get_worker.
workers_get_worker
Get the details of the Cloudflare Worker.
workers_get_worker_code
Get the source code of a Cloudflare Worker. Note: This may be a bundled version of the worker.
workers_builds_set_active_worker
Set the active Worker ID for subsequent calls.
Use this tool to set the active worker for subsequent calls.
Worker IDs are formatted similar to: db6a6421c2b046679a9daada1537088b
If you are given a Worker name or script name, you can use workers_get_worker to get the Worker ID.
workers_builds_list_builds
Use the Workers Builds API to list builds for a Cloudflare Worker.
MUST provide a workerId or call workers_builds_set_active_worker first.
workers_builds_get_build
Get details for a specific build by its UUID.
Includes build and deploy commands for the build (useful for debugging build failures).
workers_builds_get_build_logs
Get logs for a Cloudflare Workers build.