Skip to main content
Glama

ThumbnailCreator

Generate thumbnails

generate_thumbnails

Generates thumbnail images from a prompt with one or more models (up to 8 images per call). Waits for results and returns image URLs valid for one hour. Billed per image to the API key's account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nNoImages per model.
formatNoAspect ratio. 16:9 is 1920x1080 for YouTube.
modelsNoModel ids from list_models. Defaults to gpt-image-2.
promptYesWhat the thumbnail should show, including any exact text to render.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does well: it discloses synchronous waiting, one-hour URL expiry, and per-image billing. It is not a 5 because the claimed 'up to 8 images per call' cap does not reconcile with the schema's n maximum of 4 and models maximum of 4, leaving the true output limit ambiguous.

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

Conciseness5/5

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

Three short sentences deliver the action, the operational behavior, and the cost with no filler. The most decision-relevant fact (generation) is front-loaded, and every sentence earns its place.

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

Completeness4/5

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

For a billed generation tool with no annotations and no output schema, the description gives the essential extras: it waits, it returns expiring URLs, and it costs money. It is nearly complete, but the unresolved image-count inconsistency and the lack of any link to get_generation for later retrieval keep it just shy of fully complete.

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 description coverage is 100%, so the schema already explains prompt, n, format, and models; the description adds no per-parameter meaning. The 'up to 8 images' line is not credited as semantic value because it conflicts with the schema's maxima.

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 opening verb 'Generates' plus the resource 'thumbnail images' states exactly what the tool produces, and 'from a prompt with one or more models' scopes the input. This is clearly distinct from the sibling read/query tools account_usage, get_generation, and list_models.

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

Usage Guidelines3/5

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

The description implies the tool is for creating thumbnails and says it waits for results, so an agent can infer when to call it. However, it never explicitly states when to use it versus an alternative or when not to use it, and it does not mention get_generation as the later retrieval path.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources