nexus_oauth_status
Verify OAuth login status for Nexus Mods: shows configuration, token expiry, scope, and refresh token presence while keeping the access token secure.
Instructions
Report the OAuth login state: configured env vars, token expiry, scope.
Never exposes the access token itself - only a prefix and expiry metadata.
Returns: JSON {configured, logged_in, expires_at, scope, has_refresh_token, token_file}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |