get_images_batch
Fetch thumbnails for asset IDs to display search results as inline images. Retrieve small or preview-size image blocks for visual rendering.
Instructions
Get thumbnails for arbitrary asset IDs as image blocks for inline visual display. Use this to visually show search results in clients that render images. For HTML gallery generation with base64 data URIs (Cowork/skills), use get_thumbnails_batch instead — it returns JSON with filenames and dates. Read-only.
Args:
asset_ids: List of asset UUIDs to fetch thumbnails for.
size: 'thumbnail' (250px) or 'preview' (1440px). Default: 'thumbnail'.
limit: Max thumbnails to return (1-50, default 20). Only the first N IDs are fetched.
Returns: A list of image blocks suitable for visual display.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | thumbnail | |
| limit | No | ||
| asset_ids | Yes |