accounts_list
List all accounts in your Cloudflare account
set_active_account
Set active account to be used for tool calls that require accountId
kv_namespaces_list
List all of the kv namespaces in your Cloudflare account.
Use this tool when you need to list all of the kv namespaces in your Cloudflare account.
Returns a list of kv namespaces with the following properties:
- id: The id of the kv namespace.
- title: The title of the kv namespace.
kv_namespace_create
Create a new kv namespace in your Cloudflare account
kv_namespace_delete
Delete a kv namespace in your Cloudflare account
kv_namespace_get
Get details of a kv namespace in your Cloudflare account.
Use this tool when you need to get details of a specific kv namespace in your Cloudflare account.
Returns a kv namespace with the following properties:
- id: The id of the kv namespace.
- title: The title of the kv namespace.
- supports_url_encoding: Whether the kv namespace supports url encoding.
- beta: Whether the kv namespace is in beta.
kv_namespace_update
Update the title of a kv namespace in your Cloudflare account
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.
r2_buckets_list
List r2 buckets in your Cloudflare account
r2_bucket_create
Create a new r2 bucket in your Cloudflare account
r2_bucket_get
Get details about a specific R2 bucket
r2_bucket_delete
Delete an R2 bucket
d1_databases_list
List all of the D1 databases in your Cloudflare account
d1_database_create
Create a new D1 database in your Cloudflare account
d1_database_delete
Delete a d1 database in your Cloudflare account
d1_database_get
Get a D1 database in your Cloudflare account
d1_database_query
Query a D1 database in your Cloudflare account
hyperdrive_configs_list
List Hyperdrive configurations in your Cloudflare account
hyperdrive_config_delete
Delete a Hyperdrive configuration in your Cloudflare account
hyperdrive_config_get
Get details of a specific Hyperdrive configuration in your Cloudflare account
hyperdrive_config_edit
Edit (patch) a Hyperdrive configuration in your Cloudflare account
search_cloudflare_documentation
Search the Cloudflare documentation.
This tool should be used to answer any question about Cloudflare products or features, including:
- Workers, Pages, R2, Images, Stream, D1, Durable Objects, KV, Workflows, Hyperdrive, Queues
- AI Search, Workers AI, Vectorize, AI Gateway, Browser Rendering
- Zero Trust, Access, Tunnel, Gateway, Browser Isolation, WARP, DDOS, Magic Transit, Magic WAN
- CDN, Cache, DNS, Zaraz, Argo, Rulesets, Terraform, Account and Billing
Results are returned as semantically similar chunks to the query.
migrate_pages_to_workers_guide
ALWAYS read this guide before migrating Pages projects to Workers.