read_image
Fetch an image from a URL and return its bytes for AI analysis, enabling creation of image-generation briefs.
Instructions
Fetch an image URL and return its bytes for vision analysis by the AI client. Pair with scan_unique_images to inspect images already on the site.
After receiving the image, describe it (subject, style, palette, composition, mood, lighting, background, notable_details) to build an image-generation 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 |
|---|---|---|---|
| url | Yes | Absolute http(s) image URL | |
| max_size_mb | No | Reject images larger than this (default 8MB) |