get_context_at
Retrieve the exact screen state, OCR text, active window, and clipboard snapshot from a specified point in the recent past. Solves recalling what was on screen when referencing earlier events.
Instructions
Return screen + activity context from a specific point in the recent past.
Returns the captured screen state, OCR text, active window, and clipboard snapshot from the buffer entry closest to the requested timestamp.
USE WHEN: the user references something from earlier ("the error I saw 10 minutes ago", "what was on screen when I started this session") and you need to recall that exact state. NOT FOR: live state (use get_screenshot) or text-search across history (use search_history). ALTERNATIVES: get_recent for a chronological list.
BEHAVIOR: pure read. Returns the closest buffer entry within +/- 30 seconds of the requested point; raises if no entry exists.
PARAMETERS: minutes_ago: how many minutes back to look. Range 0-1440 (24h). Required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minutes_ago | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |