billing.status
Check subscription status, plan details, billing cycle, and feature access. Useful for understanding what the business can and cannot do on their current plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | Current plan name (e.g. "Growth") | |
| status | No | Subscription status (active, trialing, past_due, cancelled) | |
| features | No | Feature flags: {restApiAccess, mcpAccess, webhookInbound, ...} | |
| monthlyPrice | No | Monthly price in AUD | |
| nextBillingDate | No | Next billing date in ISO 8601 |