Get License Tier
get_license_tierRetrieve the LoreDocs license tier and status to verify whether a valid Pro key is loaded. Provides mode, expiry, customer email, and upgrade URL.
Instructions
Return the current LoreDocs license tier and status.
Use this to confirm whether the Pro license key is loaded and valid.
Returns a dict with keys: is_pro -- bool, True if Pro tier is active mode -- "licensed" | "dev_bypass" | "free" | "invalid_key" product -- product name from the license payload (if licensed) exp -- expiry date or "never" (if licensed) email -- customer email (if licensed and present) error -- error message (if mode is "invalid_key") upgrade_url -- Stripe checkout link (present when not already Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||