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.

ToolCapability
ansight_get_touch_timelineBucket captured touch input over time with counts by action and unique pointer count.
ansight_get_touch_contextReturn surrounding touch input and nearby session artifacts for a selected touch or timestamp.
ansight_summarize_touch_flowSummarize captured touch input, inferred gesture counts, pointer counts, and coordinate metadata.
ansight_get_gesture_segmentsReturn inferred gesture segments from captured touch input, including tap, long press, drag, multi-touch, and incomplete gestures.
ansight_find_tap_targetsMatch tap and long-press gestures to annotation geometry and visual tree elements near the touch time.
ansight_get_touch_heatmapAggregate captured touch input into a normalized screen grid for spatial hotspot analysis.
ansight_find_dead_touchesFind tap, long-press, and drag gestures with no nearby log, annotation, visual tree, or artifact evidence after the gesture ends.
ansight_export_touch_sliceExport a reproducible touch input slice with inferred gestures, optional nearby session artifacts, and Markdown notes.
ansight_get_touch_artifactsReturn 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.