get_http_access
Retrieve the current HTTP access mode and key validity from the Busy Bar device to confirm the configuration before deploying tools that rely on its HTTP API.
Instructions
Retrieve HTTP access configuration from the Busy Bar device.
This tool queries GET /api/access via `SettingsApi.get_http_access()` to obtain
the current HTTP API key management mode and validity state.
Returns an HttpAccessInfo object containing:
- mode (str): HTTP access mode — one of "default", "custom_key", or "disabled"
- key_valid (bool): Whether the configured key is currently valid
Use case:
Inspect HTTP access configuration before deploying tools that rely on the device's
HTTP API (e.g., remote messaging) to confirm the key setup is correct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||