wa_get_business_accounts
List all WhatsApp Business Accounts owned by a Meta Business to get the waba_id needed for sending messages, managing phone numbers, and using templates.
Instructions
DISCOVERY — START HERE.
List all WhatsApp Business Accounts (WABAs) owned by a Meta Business. This is the entry
point for almost every other tool: most calls take a waba_id returned here.
Typical flow:
wa_get_business_accounts (this tool) → pick a
waba_idwa_get_phone_numbers(waba_id) → pick a
phone_number_idfor sendingwa_get_templates(waba_id) → pick an APPROVED template
wa_send_template(phone_number_id, to, template_name, language_code, ...)
Resources whatsapp://business-accounts/{business_id} provide the same data and can be
cached by the host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields to return (default: id,name,status) | id,name,status |
| business_id | Yes | Meta Business ID (numeric) |