classify_screen
Identify the boot or run phase of a machine's screen from a read-only snapshot, using server-side vision or local heuristics, with a fallback for client-side classification.
Instructions
Classify the current screen's boot/run phase (read-only).
Uses the server-side vision backend when configured; cheap on-device gates (power-off, no-signal, boot-progress, OCR rules) resolve with no credentials at all. Return shapes:
server-side / cheap-gate → a dict with
mode="server"+ phase fields.no server vision → caller-side fallback, a
[json_text, Image]list: classify the image yourself against thesystem_prompt/phasesin the JSON block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | ||
| profile | No |