get_my_plan
Check your signed-in Windy Word account details and license tier. Returns user identity, subscription plan (free, pro, lifetime, team), and device information.
Instructions
Return the signed-in user's identity and license tier — the answer to "what plan am I on", "what tier am I on", "am I a pro user", "what subscription do I have". Returns { userId, name, email, tier, devices, deviceLimit, createdAt }. Tier is one of {free, pro, lifetime, team}. If the user is not signed in, returns ok:false with a "Not signed in" error — surface that to the user and offer to walk them through sign-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||