cf_get_zone
Retrieve complete details of a Cloudflare zone including plan, name servers, settings summary, and status by providing a zone ID.
Instructions
Get full details for one zone (plan, name servers, settings summary, status).
Args:
zone_id: 32-char Cloudflare zone ID.
Calls: GET /zones/{zone_id}.
Allowlist enforcement runs AFTER the API call (we need the zone name to
check against the list). If the zone is outside the allowlist, returns
`zone_not_allowed` error — but a CF quota call has been spent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |