Session Inspection
Ansight Studio MCP tools for listing devices and sessions, reading captured state, logs, telemetry, annotations, and review metadata.
Use these Ansight Studio-owned MCP tools when an agent needs the broad shape of captured sessions or direct access to captured logs, telemetry, annotations, and review state.
These tool names are the MCP tools/call names exposed by Ansight Studio.
| Tool | Capability |
|---|---|
ansight_list_devices | List connected or historical devices and simulators paired through Ansight Studio. |
ansight_list_sessions | List captured Ansight sessions, including historical sessions, with app, device, and capture metadata. |
ansight_get_app_state | Return the current or last-known app lifecycle state for a live or historical Ansight session. |
ansight_get_logs | Return session logs filtered by time range, minimum verbosity, and tags. |
ansight_search_logs | Search captured Ansight session logs by keyword across Ansight Studio sessions, with optional app, platform, session, time, verbosity, tag, and source filters. |
ansight_get_telemetry | Return captured telemetry filtered by time range, telemetry type, channel id, or channel name. |
ansight_get_annotations | Return session annotations filtered by time range, point-in-time, label text, frame id, and geometry presence. |
ansight_inject_annotation | Create or update a session annotation from an agent, recording the annotation source for downstream review. |
ansight_update_annotation | Update an existing session annotation, optionally guarding by its current source. |
ansight_delete_annotation | Delete an existing session annotation, optionally guarding by its current source. |
ansight_tag_session | Replace, add, or remove captured-session tags and update review metadata such as pin, notes, and name. |
Typical Use
Start with ansight_list_sessions to choose a target session, then use the session-specific tools to inspect raw evidence. Annotation and tag tools let an agent add review notes without changing the original app capture stream.