Get Plan
wa_get_planShow your plan, its limits, current usage against the message-send and paired-account limits, and which tools it does not include (excluded_tools). Call this to see why wa_send_message or wa_pair_account might be refused, how much headroom is left, or why a tool answers plan_required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | the plan's slug, e.g. free, starter, pro — an identifier; show display_name to a person | |
| description | No | what the plan includes, for a human | |
| messages_1h | Yes | the hourly message-send limit and usage | |
| display_name | Yes | the plan's name as the customer sees it, e.g. Free, Pro | |
| history_days | Yes | how long messages are retained, in days; 0 means forever | |
| max_accounts | Yes | WhatsApp numbers this plan allows paired; 0 means unlimited | |
| messages_24h | Yes | the 24-hour message-send limit and usage | |
| excluded_tools | No | tools listed on this server that your plan does not include; calling one returns a plan_required refusal | |
| accounts_paired | Yes | WhatsApp numbers currently paired | |
| webhooks_enabled | Yes | whether this plan can register inbound webhooks | |
| max_attachment_mb | Yes | largest attachment this plan can send, in MB; 0 means unlimited |