highlight_body_regions
Highlight one or more body regions on the dashboard to draw attention to related structures, suggest potential pain areas, or visualize a kinematic chain.
Instructions
Highlight one or more body regions in the dashboard's Body panel
(shown amber). Use this to draw the athlete's attention to a chain
of related structures, suggest "is this what hurts?", or visualize
the kinematic chain you're reasoning about.
Calling this REPLACES the previous highlight set (it is not
additive). To wipe, pass an empty list or call clear_body_highlights.
Args:
regions: List of region IDs (use list_body_regions to discover
valid IDs). Invalid IDs are silently dropped.
reason: Short caption explaining why these are highlighted —
shown to the athlete in the panel (e.g.
"checking IT band kinematic chain").
Returns:
Confirmation with the regions actually highlighted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| regions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |