action whatsapp_get_metrics { label: "Get-Metrics (since v2.21.3)" provider: whatsapp method: GET path: "/metrics" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" } }