baseline_status
Retrieve baseline status for a tag, or list all tracked tags (max 100) from the local store. Statuses include ok, violation, learning, or no_baseline, without guessing or device I/O.
Instructions
[READ][risk=low] Baseline status for one tag, or a bounded listing of all.
Read from the local store only (no history scan, no device I/O) and never
guesses: 'no_baseline' (nothing learned, no refused attempt), 'learning'
(last learn refused — still accumulating history), 'ok' (band learned, last
check clean), 'violation' (last check flagged a sustained excursion). With
no tag, lists every tracked tag (bounded to 100 entries).
Args:
tag: Optional tag name; omit to list all tracked tags.
Returns dict: {tag, status, band?, baseline_window?, changes_recorded?, ...}
for one tag, or {tracked_tags, listed, truncated, tags:[...]} for all.
Example: baseline_status(tag="line1.temp").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No |