get_collection_images
Retrieve images belonging to a specific collection with pagination support. Use collection ID with optional limit and offset to control result size and page position.
Instructions
Get images in a collection, paginated.
Args: collection_id: The collection ID. limit: Max results (default 100, max 100). offset: Pagination offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| collection_id | Yes |