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.