List devices
list_devicesRetrieve a list of all simulated machines with their latest telemetry readings and states. Use this tool to discover valid device IDs for subsequent operations.
Instructions
List every simulated machine with its latest reading and state.
Returns { count, devices: [{ id, name, state, temperature_c, vibration_mm_s, timestamp }] }. Read only. Use this first to discover valid device ids for the other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Text output format: 'markdown' (default, human readable) or 'json'. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| devices | Yes |