Verify AI Image Generation Colour Fidelity
agent_verifyVerify if an AI-generated image matches the target colour palette from a brief. Returns a fidelity score, per-colour dE2000 distances, match quality, and overall verdict.
Instructions
Verify that an AI-generated image actually used the colours specified in an agent_brief call. Supply the generated image (URL or base64) and the target palette from agent_brief colour_tokens. Returns a fidelity score 0-100, dE2000 distance per colour, match quality per colour (accurate/acceptable/drifted/ignored), and an overall verdict. Use after agent_brief + image generation to close the colour loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_palette | Yes | Hex values from agent_brief colour_tokens e.g. ['#ED9921', '#E29937'] | |
| image_url | No | URL of the generated image | |
| image_base64 | No | Base64 encoded generated image |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| result | No | ||
| error | No |