manage_persistence
Manage persistence data by listing services, retrieving, storing, summarizing, and computing statistics for item states over time.
Instructions
Persistence data operations. action: services (list), get_data, store_data, statistics, summarize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| itemName | No | Used by: get_data, store_data, statistics, summarize | |
| serviceId | No | Persistence service ID (omit for default) | |
| starttime | No | ISO8601 start time | |
| endtime | No | ISO8601 end time | |
| time | No | ISO8601 timestamp (used by: store_data) | |
| state | No | State value to store (used by: store_data) |