find_images - locate recent screenshots & attachments
find_imagesLocate recent image files across Downloads, Desktop, Pictures, clipboard, temp, and upload folders, returning paths newest first. Use to find pasted screenshots without a file path, then pass the path to read_context_data.
Instructions
Scans the system temp, clipboard, Downloads, Desktop, Pictures, Telegram Desktop and the ~/.mcp-omni-context/uploads folders for the most recent image files and returns their paths, newest first. Use this when the user pastes or drops a screenshot with no obvious file path, then pass the returned path(s) to read_context_data. maxResults limits how many are returned (default 10). query filters by file name (e.g. a fragment). sinceMinutes narrows the search to the last N minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| maxResults | No | ||
| sinceMinutes | No |