action cloudflare_registrar_domains_list_domains { label: "List domains" description: "List domains handled by Registrar." provider: cloudflare method: GET path: "/accounts/{account_id}/registrar/domains" encoding: json input: { type: "object" properties: { account_id: { type: "string" description: "Identifier" } } required: ["account_id"] additionalProperties: false } output: { type: "object" } }