studio_highlight
Highlight a specific element on screen by drawing an accent ring around it, with an optional label card for annotation. Scrolls the target into view automatically.
Instructions
Draw an accent ring around a target (CSS selector or visible text), optionally with a label card beside it — the 'look here' callout. Side effects: scrolls the target into view, then overlays a ring (and card) in the theme accent; rings stack until cleared. Returns 'highlighted ' when the element is found, or errors 'target not found: ' when it isn't — retry with a studio_screenshot to pick a better target. Always call with clear=true before you navigate, zoom, or ring a different element, so stale rings don't linger on the next shot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | true removes ALL current rings/labels and ignores the other fields. Default false (draw a new one). | |
| label | No | Text of the label card shown beside the ring. Optional — omit for a ring with no card. Ignored when clear=true. | |
| target | No | CSS selector or exact visible text of the element to ring. Required unless clear=true. Example: '.metric-card' or 'Monthly revenue'. | |
| eyebrow | No | Small uppercase kicker on the label card, e.g. 'RESULT'. Optional; ignored when clear=true. |