Skip to main content
Glama

generate

Creates an image or video from a text prompt and model ID, waiting for the result and returning the output URL.

Instructions

Generate an image or video with a Magicly model. Creates a prediction and (by default) waits for the result, returning the output URL(s). Use list_models to discover model ids and their inputs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNoSeed for reproducible output.
sizeNoOutput size as 'WxH' (models that price/size by resolution).
waitNoWait for the result (default true). If false, returns immediately with a prediction id to poll.
imageNoSource image for img2img / edit models: a public https URL or a data:image/...;base64,... URI.
modelYesModel id, e.g. 'neuro-art'.
promptYesThe text prompt.
secondsNoVideo length in seconds (video models).
aspect_ratioNoe.g. '1:1', '16:9' (if the model supports it).
Behavior4/5

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

Discloses that the tool creates a prediction and by default waits for the result, returning output URLs. Also explains the wait parameter behavior. Lacks information on rate limits or idempotency, but sufficient for a generation tool with no annotations.

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?

Two sentences with no filler, front-loaded with the primary action. Every sentence adds meaningful information.

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?

Covers the core workflow (generate, wait, output), references sibling tools for discovery. Lacks details on error handling or model-specific inputs, but the schema and sibling reference compensate.

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

Parameters4/5

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

Schema has 100% coverage, so baseline is 3. Description adds value by explaining the overall behavior (creation, waiting, output URLs) and referencing list_models for model selection, which aids understanding of the 'model' param.

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 'an image or video' with a Magicly model, specifying the verb and resource. It differentiates from siblings by referencing list_models for discovery and implying get_prediction for polling.

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

Usage Guidelines5/5

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

Explicitly tells when to use list_models to discover model ids and inputs, providing clear guidance on alternatives. Implicitly advises using get_prediction for polling when wait=false.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Retomagic-work/rtm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server