Search Visual Memory
recall_memorySearch visual state memory by screenshot, text query, or accessibility tree to find relevant cached UI snapshots and prevent hallucination loops.
Instructions
Search visual state memory using screenshot image, text query, or accessibility tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Result count limit | |
| query | No | Text query string for semantic vector search | |
| strategy | No | Retrieval strategy | |
| file_path | No | Absolute file path to search by local image | |
| git_branch | No | Branch scope filter | |
| screenshot | No | Base64 image payload to search by visual appearance | |
| response_format | No | Response format verbosity | |
| accessibility_tree | No | AX tree JSON for filtering |