inscada_get_live_value
Retrieve the real-time value of a SCADA variable, including timestamp and variable details. Returns the current live reading for immediate operational insight.
Instructions
Read the LIVE (real-time, current) value of a single SCADA variable. MUST use this tool when user asks for current/live/real-time value. Returns value, timestamp, and variable info. project_id is optional (auto-detected if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID (optional, auto-detected if omitted) | |
| variable_name | Yes | Variable name | |
| verbose | No | Return full API response with all fields (default: false — returns compact response) |