Read plan, limits, and current usage
get_accountReturn the team's plan, its limits, and current usage. Use this BEFORE deploy_site or add_custom_domain to know whether a deploy would trip a plan limit, instead of provoking PLAN_LIMIT_EXCEEDED. Also returns the per-token MCP rate-limit ceiling (live remaining is in X-RateLimit-Remaining response header).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Effective plan name: Free, Freemium, Maker, Studio, Business, Ultimate. | |
| team | Yes | ||
| usage | Yes | ||
| limits | Yes | ||
| request_id | No | Server-assigned request correlation id. Quote it when contacting support. | |
| planExpiresAt | Yes | ISO timestamp when the plan downgrades to Free, or null if no expiry set. |