action cloudflare_get_accounts_account_id_brand_protection_total_queries { label: "Read the total number of saved string queries" description: "Return the total number of saved string queries" provider: cloudflare method: GET path: "/accounts/{account_id}/brand-protection/total-queries" encoding: json output: { type: "object" additionalProperties: true } }