Skip to main content
Glama

createImageVariation

Creates a variation of a given image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x-hapi-auth-stateNo
createImageVariationBodyYes

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only states 'Creates a variation' without disclosing side effects, return behavior, or constraints like the image being square and under 4MB. Some of these are in the schema, but the description adds no behavioral context beyond the obvious mutation.

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?

The description is a single, well-structured sentence with no redundant information. It is concise and to the point.

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?

The tool has a nested schema and no output schema, but the description only states the basic function. It lacks context about the expected output format, variations concept, or use cases, making it insufficient for an agent to fully understand the tool's behavior.

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

Parameters2/5

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

Schema description coverage is 0%, and the description mentions no parameters. While the schema provides detailed descriptions for each parameter, the description itself adds no parameter semantics and does not compensate for the low coverage.

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 'Creates a variation of a given image' is specific with a clear verb and resource. It distinguishes from sibling tools like createImage (creates from text) and createImageEdit (edits with a mask), so the purpose is unambiguous.

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 gives no guidance on when to use this tool versus alternatives, nor any prerequisites. It merely states the action without context on selection criteria or exclusions.

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.

TDQS

B3.2/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: image creation vs. editing vs. variation, audio transcription vs. translation, moderation, and model management. Even the closely related image tools are clearly differentiated by their function (generate, edit, vary).

Naming Consistency5/5

All tool names follow a consistent camelCase verb_noun pattern: create*, deleteModel, listModels, retrieveModel. The verbs are specific to the action (create, delete, list, retrieve) and the nouns correspond to the target resource.

Tool Count5/5

The 9 tools are well-scoped for the domains they cover: image generation, image manipulation, audio processing, moderation, and model management. Each tool serves a distinct purpose without unnecessary overlap or bloat.

Completeness2/5

The tool set lacks the core OpenAI functionality of text generation (e.g., chat/completions or completions). This is a major gap for a server named 'OpenAI Tools', as agents cannot perform basic language model requests. The image, audio, and moderation tools are reasonably complete, but the overall surface is severely incomplete.