action whatsapp_get_db_stats { label: "Get-DB-Stats" provider: whatsapp method: GET path: "/stats/db" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" } }