action cloudflare_shares_list { label: "List account shares" description: "Lists all account shares." provider: cloudflare method: GET path: "/accounts/{account_id}/shares" encoding: json input: { type: "object" properties: { account_id: { type: "string" description: "Account identifier." } } required: ["account_id"] additionalProperties: false } output: { type: "object" } }