Fetch one illustration
get_illustrationFetch a specific illustration from a set by its ID and index, obtaining the rendered image for that single item.
Instructions
Return the rendered image for one illustration of a previously created set. The viewer calls this for each illustration after create_illustrations so a single tool result never carries the whole set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Zero-based illustration index. | |
| setId | Yes | The setId returned by create_illustrations. |