capture_debug_snapshot
Capture a structured debug snapshot of mobile app state with raw observations and optional semantic layer, returning JSON with snapshot revision and loading state.
Instructions
Capture a complete debug snapshot (raw observation layer plus optional derived semantic layer). Returns structured JSON with snapshot_revision, captured_at_ms, snapshot_delta, and loading_state when detectable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | Optional appId to scope logs (package/bundle id) | |
| reason | No | Optional reason for snapshot | |
| deviceId | No | Optional device serial/udid | |
| logLines | No | Maximum number of log lines to include | |
| platform | No | Optional platform override | |
| sessionId | No | Optional log stream session id to prefer | |
| includeLogs | No | Whether to include logs |