Get screenshots
get_screenshotsRetrieve a manifest of pending browser screenshots with metadata (number, path, width, height, URL, title). Filter by capture numbers to list specific screenshots.
Instructions
List the pending browser screenshots as a manifest — NO image data. The stack is the local folder where the SnapStack browser extension pushes captures. Each entry has a stable two-digit "number", the absolute local "path", "width"/"height", and metadata (url, title, capturedAt, format, bytes). Read the file at "path" yourself only if you need the pixels. This tool does NOT delete anything — use clear_screenshots to remove captures. Pass "numbers" to list only specific captures (e.g. [1] or [1,3]); omit to list them all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | No | Capture numbers to include (e.g. [1] or [1,3,5]). Omit to include all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| screenshots | Yes | ||
| missing | Yes |