cf_list_accounts
List Cloudflare accounts accessible by the configured API token. Returns account details: ID, name, type, and creation date.
Instructions
List Cloudflare accounts the configured API token can see.
Calls: GET /accounts (auto-paginated, up to 5 pages).
Returns the envelope (ยง6.5) with `data` = list of account dicts
(each has at least `id`, `name`, `type`, `created_on`).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |