validate_settings
Test connection to external data API by validating authentication settings. Uses cached credentials from your session to verify API accessibility and configuration.
Instructions
š [Requires Authentication] Validate API settings by testing the connection to the external data API. š Auto-Cached: apiUrl and jwtToken are automatically provided from your authentication session - you typically don't need to provide these parameters. Args: apiUrl (str), jwtToken (str). Returns: {{'status': 'success'|'error', 'error': str (if status == 'error')}}.
ā ļø Please authenticate first by calling the setup_authentication tool above. This tool will become fully functional after authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||