Skip to main content
Glama

Store API

generate_image

Generate an image from a text prompt and return a link to it. — Сгенерировать изображение по описанию, возвращает ссылку.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoSize, e.g. 1024x1024
modelNoImage model, fal-ai/flux/schnell by default
promptYesImage description

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says the tool generates an image and returns a link, but does not mention side effects (e.g., external API call, resource consumption), required permissions, rate limits, or failure behavior. This is a significant gap for a side-effecting operation.

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, clearly front-loaded sentence that states the operation and output. The optional Russian translation does not add length or complexity. Every word earns its place.

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

Completeness3/5

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

For a simple tool with three parameters and one required, the description covers the return value (a link) and the core operation. However, it omits details on optional parameter behavior, default values for size, and error handling. Given no output schema, some additional context would improve completeness without overburdening it.

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%, with all three parameters documented in the schema. The description adds no extra parameter information, so it meets the baseline of 3 but does not exceed it.

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 specific verb (generate), the resource (image), and the outcome (return a link). It is distinct from sibling tools like ask_model, balance, and list_models, which serve different purposes.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, exclusions, or scenarios where other tools would be more appropriate. The purpose is self-evident but explicit routing is missing.

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.