get_recent
Return recent screenshots from the rolling capture buffer to review past screen activity without triggering a new capture.
Instructions
Return the most recent N screenshots from the rolling capture buffer.
Returns a list of capture entries (timestamp, monitor index, thumbnail reference, OCR snippet) ordered newest-first.
USE WHEN: you need to see what the user was looking at over the last few minutes/hours without triggering a fresh capture. NOT FOR: live state — use get_screenshot for "right now." ALTERNATIVES: get_context_at (specific point in time), search_history (query by OCR text).
BEHAVIOR: pure read from the local buffer. Buffer size and retention are governed by daemon config; defaults to ~last 24h. No side effects.
PARAMETERS: n: how many recent captures to return. Range 1-100. Default 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |