get_time
Retrieve the current timestamp from the Busy Bar device's real-time clock in ISO 8601 format, providing accurate time for scheduling, logging, or coordinating events.
Instructions
Retrieve the current timestamp from the Busy Bar device's real-time clock.
This tool queries /api/time on the device and returns the current date and time
in ISO 8601 format with timezone information (e.g., '2025-10-02T14:30:45+04:00').
Returns a TimestampInfo object containing:
- timestamp: str — the current UTC/RFC timestamp in ISO 8601 format
Use case:
Querying the device's clock as an authoritative time source for scheduling,
logging, or coordinating events with BUSY timer profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||