get_account_backend
Retrieves the MQTT backend configuration for the linked account, exposing server URL and certificate settings to troubleshoot connection issues.
Instructions
Retrieve MQTT backend configuration for the linked account from the Busy Bar device.
This tool queries GET /api/account/backend via `AccountApi.get_account_backend()` to
inspect how the device is configured to reach the busy bar server over MQTT.
Returns an AccountBackend object containing:
- server_url (str): MQTT server URL to connect to (e.g., "default", "mqtts://mqtt.example.com:8883")
- client_cert_type (str): Client certificate type, one of "default", "custom", or "none"
- ignore_server_cert (bool): Whether to ignore the server certificate during TLS handshake
Use case:
Inspect backend configuration during MQTT troubleshooting; confirm the server URL
and certificate settings match expectations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||