android_vlm_log
Trace local-model calls made by Android agent tools, showing which tool triggered each call and what the model saw and said. Review recent or full call logs to debug vision-model interactions.
Instructions
Show which local-model (LM Studio) calls were made, by which tool, and what the model saw and said.
Every call from any host (Cursor, Claude Code) or run is recorded in ~/.android-agent/vlm-calls.jsonl, and the exact images sent to the model are saved next to it. Only android_screenshot(analyze=...), android_assert, android_record_stop and android_analyze use the local model - nothing else does.
Args: last: How many of the most recent calls to show. call: Show one call in full, by id ("v3") or "run/id" ("run-20260922-173012/v3"). full: Show full prompts and answers instead of the first lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| call | No | ||
| full | No | ||
| last | No |