Touch Review
Ansight Studio MCP tools for touch timelines, gesture inference, tap-target matching, dead-touch analysis, heatmaps, and touch slice exports.
Use these Ansight Studio-owned MCP tools when an agent needs to reason about captured user input, inferred gestures, and the UI evidence around touches.
These tool names are the MCP tools/call names exposed by Ansight Studio.
| Tool | Capability |
|---|---|
ansight_get_touch_timeline | Bucket captured touch input over time with counts by action and unique pointer count. |
ansight_get_touch_context | Return surrounding touch input and nearby session artifacts for a selected touch or timestamp. |
ansight_summarize_touch_flow | Summarize captured touch input, inferred gesture counts, pointer counts, and coordinate metadata. |
ansight_get_gesture_segments | Return inferred gesture segments from captured touch input, including tap, long press, drag, multi-touch, and incomplete gestures. |
ansight_find_tap_targets | Match tap and long-press gestures to annotation geometry and visual tree elements near the touch time. |
ansight_get_touch_heatmap | Aggregate captured touch input into a normalized screen grid for spatial hotspot analysis. |
ansight_find_dead_touches | Find tap, long-press, and drag gestures with no nearby log, annotation, visual tree, or artifact evidence after the gesture ends. |
ansight_export_touch_slice | Export a reproducible touch input slice with inferred gestures, optional nearby session artifacts, and Markdown notes. |
ansight_get_touch_artifacts | Return logs, screenshots, annotations, visual trees, and artifact snapshots near a selected touch, gesture, or timestamp. |
Typical Use
Use this group when investigating missed taps, unexpected navigation, gesture handling, or UI elements that did not respond. Pair ansight_find_tap_targets with visual-tree evidence to connect a user action to the control Ansight Studio saw at that moment.