list_output_images
List recently generated ComfyUI output images, newest first, with file size and modification time. Requires local ComfyUI path.
Instructions
List recently generated image files from ComfyUI's local output/ directory (filesystem scan), newest-first, with file size and modification time. Requires COMFYUI_PATH to be set (local installs only) — it does NOT return the image data itself. For remote ComfyUI, use get_history to find filenames, then get_image to fetch the actual bytes. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max images to return (default: 20) | |
| pattern | No | Filter by filename pattern (case-insensitive substring match) |