ebay_validate_token_expiry
Checks access and refresh token expiry and provides actionable recommendations for token renewal.
Instructions
Validate token expiry times and get recommendations. Checks if access/refresh tokens are expired or expiring soon, and provides actionable recommendations (e.g., refresh access token, re-authorize user).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accessTokenExpiry | Yes | Access token expiry as an ISO date string, Unix timestamp, or relative time | |
| refreshTokenExpiry | Yes | Refresh token expiry as an ISO date string, Unix timestamp, or relative time |