android_record_stop
Stop an Android screen recording and generate a text description of the captured interaction using a local vision model. Provide a question to focus the analysis.
Instructions
Stop a recording, then have the local VLM describe what happened.
The video is sampled into frames and sent to LM Studio, so a 60s recording comes back as a paragraph instead of flooding your context with images.
Args: handle: The id returned by android_record_start. analyze: Question for the VLM. Defaults to a general description of the interaction. fps: Frames sampled per second of video. max_frames: Cap on frames sent to the model. model: LM Studio model id; defaults to the configured one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| model | No | ||
| handle | Yes | ||
| analyze | No | ||
| max_frames | No |