get-entity-tool
Retrieve devices and check their connectivity status. Get exact state of cameras, sensors, and access controls including online/offline indicators.
Instructions
Retrieves entities (or devices) of certain types. Can request multiple entity types at once. The return structure is a JSON string that contains the states of the requested entities. This data is exact. Whatever entities exist will be returned here.
This is the primary tool for checking device health and connectivity status. Each device in the response includes a "connected" boolean field indicating whether it is currently online (true) or offline (false). When asked about device health, offline devices, or connectivity issues, use this tool to fetch all device types and check the "connected" field to identify which devices are offline or unreachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityTypes | Yes | What type of entities to retrieve. | |
| filterBy | No | Additional filters that can be applied to the result. Omit or pass null for no filtering. | |
| timeZone | Yes | The timezone for formatting timestamps. This is necessary for the tool to produce accurate formatted timestamps. | |
| tempUnit | Yes | The unit of temperature to return, if applicable. Default is Celsius. |