Get Connection Status
get_connection_statusCheck SMTP and IMAP connection health to Proton Bridge. Identify TLS security mode and host/port details to diagnose connection issues.
Instructions
Check whether SMTP and IMAP connections to Proton Bridge are healthy. Returns connection status, TLS security mode (secure/insecure), and host/port details. Use this to diagnose connection issues before performing other operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imap | Yes | ||
| smtp | Yes | ||
| settingsConfigPath | Yes | Absolute path to the settings config file | |
| settingsConfigured | Yes | Whether a settings config file exists on disk |