get_storage_status
Check flash storage usage and available space on a Busy Bar device. Monitor storage consumption over time to ensure sufficient capacity before uploading files or media.
Instructions
Retrieve storage capacity information from the Busy Bar device.
This tool queries GET /api/storage/status via `StorageApi.get_storage_status()`
to learn current flash storage usage and available space.
Returns a StorageStatus object containing:
- used_bytes (int): Bytes currently used on the device storage
- free_bytes (int): Bytes available for writing
- total_bytes (int): Total capacity of the storage
Use case:
Check available storage before uploading files or media to confirm there is
sufficient space, and monitor storage consumption over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||