read_images
Batch fetch up to 5 images in parallel, extract visual attributes (subject, style, palette, composition, mood, lighting, background), and synthesize themes for image-generation briefs.
Instructions
Batch fetch multiple image URLs in parallel. Use when comparing several references or extracting motifs across a set. Capped at 5 images per call to keep context manageable. For each image, describe subject/style/palette/composition/mood; then synthesize common themes for the brief.
Describe the image with these fields, useful as input for new image generation:
subject: main object / scene / person
style: photography, illustration, 3D render, flat vector, watercolor, ...
palette: 3–5 dominant colors (hex or names)
composition: layout, framing, focal point
mood: emotion or atmosphere
lighting: natural / studio / golden hour / dramatic / soft / ...
background: setting / environment
notable_details: props, textures, typography, brand elements Use these as building blocks when drafting an image-gen brief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | 1–5 absolute http(s) image URLs | |
| max_size_mb | No | Per-image size cap in MB |