reset_session
Clear session and optionally stored credentials to switch accounts, refresh expired API keys, or reset state. After clearing, initialize with your API key.
Instructions
Clear session and optionally stored credentials. Use cases: (1) Switch accounts - clear_stored=true then initialize(), (2) API key expired - clear_stored=true then initialize(), (3) Refresh session - clear_stored=false. After clearing, call initialize() with your API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear_stored | No | If true, also clears stored credentials from ~/.cryptoquant/credentials | |
| clear_cache | No | If true, also clears discovery cache (forces fresh API fetch on next initialize) |