Cloudflare is a global network designed to make everything you connect to the Internet secure, private, fast, and reliable.
Tool to create a new dns record within a specific zone. use after obtaining the zone id to programmatically add dns entries.
Tool to create a new empty waf list for the account. use after confirming the account id. example: create list(account id="<id>", kind="ip", name="blocklist")
Tool to create a new zone. use after confirming account id when adding a domain to cloudflare.
Tool to delete a dns record within a specific zone. use after confirming zone and record ids. example: "delete dns record 372e6795... from zone 023e105f4ecef..."
Tool to delete a waf list. use when you need to remove a list after verifying no filters reference it. example: delete list(account id="<account id>", list id="<list id>")
Tool to delete a zone. use after confirming the zone identifier to permanently remove a dns zone from your cloudflare account. example: delete zone(zone identifier="023e105f4ecef8ad9ca31a8372d0c353")