set_token
Restore an authenticated session using a previously saved JWT token. Call this at the start of a new session before any other tools, using a token saved from a prior check_login call. If the token is invalid, fall back to login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The JWT token saved from a previous bonto_check_login response |