show_image
Display a completed image using its resource URI, with optional format, size, and quality transforms.
Instructions
Display a completed image with optional on-demand transforms.
Only call this for completed images — use
check_generation_status to poll, then call this once when
status is "completed".
Accepts a full image:// resource URI (e.g.
image://abc123/view or
image://abc123/view?format=webp&width=512). Transforms are
encoded in the URI query string — no separate parameters needed.
Read the image://list resource to browse available image IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | A full ``image://`` resource URI, optionally with query params: ``format`` (``png``, ``webp``, ``jpeg``), ``width`` (pixels), ``height`` (pixels), ``quality`` (1-100, for lossy formats). |