Check mobile API auth status
account_statusCheck whether a mobile API access token is loaded in the server process to confirm authentication before account-scoped actions and to diagnose 'not authenticated' failures. Read-only; no network call.
Instructions
Report whether a mobile API access token is loaded in this server process. Use as a first check before account-scoped tools (cart, profile, order, add_to_cart), or to diagnose "not authenticated" failures. If no token is loaded, run auth_start, have the user complete the browser sign-in, then auth_exchange. Read-only; no network call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visitorId | Yes | ||
| apiBaseUrl | Yes | ||
| authenticated | Yes |