pro_license_status
Check the current Pro-tier license status. Returns whether Pro tools are unlocked, the registered owner, expiry date, and a human-readable message.
Instructions
Inspect the current Pro-tier license state. Returns whether Pro tools are unlocked, the registered owner, an expiry date if any, and a human-readable message that Claude can relay to the user. Free to call regardless of license state.
Returns:
- active: bool — whether the license is currently valid
- owner: str | null — email associated with the license
- expires: int | null — unix-epoch seconds, null = perpetual
- message: str — plain-English status (great for Claude to
read back to the user)
- upgrade_url: str — where to buy / renew
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||