get_auth_status
Retrieve Untappd authentication status: confirms token configuration, source, file path, and tool unlock status. Optionally verify token validity with a single API call.
Instructions
Report Untappd authentication status: whether an access token is configured, its source (UNTAPPD_ACCESS_TOKEN env var or the saved token file), the token file path, and whether the authenticated tools are unlocked. Free (no API call) by default; set validate:true to verify the token with one authenticated API call (costs 1 rate-limit call).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| validate | No | Verify the token against the Untappd API with one call (default false) |