Skip to main content
Glama

generate_image

Destructive

Create AI-generated images for ad campaigns using Imagen 4, Flux, or Stable Diffusion models with customizable dimensions and styles.

Instructions

Generate an AI image for ad creatives using Imagen 4, Flux, or Stable Diffusion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYesImage generation prompt (be specific about style, layout, colors)
sizeNoImage dimensions (default: 1200x628 for display ads)
providerNoAI provider (default: imagen)
nameNoAsset name for organization

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.1/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate destructiveHint: true, but the description says 'Generate an AI image' which typically implies creation, not destruction. This contradiction suggests potential harmful effects (e.g., billing or overwriting) that are not disclosed. The description does not mention rate limits, costs, or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, front-loaded with the key action. However, mentioning provider names duplicates schema content, but it's still efficient with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 4 parameters, no output schema, and a destructive annotation, the description is insufficient. It does not explain what the output is (e.g., URL, file path), how to use the image, or any return format. Sibling tools have more complete descriptions, making this one feel incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the description adds minimal value beyond the schema. Listing providers (Imagen 4, Flux, Stable Diffusion) mirrors the enums, and no extra parameter guidance is given.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates AI images for ad creatives, specifying the verb (generate), resource (AI image), and context (ad creatives). It lists specific models (Imagen 4, Flux, Stable Diffusion) and is distinct from sibling tools like generate_video and upload_image.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like upload_image or generate_video. It does not mention prerequisites, ideal use cases, or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.