Skip to main content
Glama
AtlasCloudAI

Atlas Cloud MCP Server (Image / Video / LLM APIs)

by AtlasCloudAI

Quick Generate Image/Video

atlas_quick_generate

Generate images or videos by searching models with keywords, automatically configuring parameters, and submitting tasks in one step.

Instructions

One-step image or video generation - automatically finds the model by keyword, fetches its schema, builds parameters, and submits the task.

IMPORTANT: If this tool fails to find a model, call atlas_list_models first to get the exact model list, then use atlas_generate_image or atlas_generate_video with the exact model ID instead.

The tool searches for models by keyword matching against model ID, display name, and tags. After getting the prediction ID, use atlas_get_prediction to check the result.

Args:

  • model_keyword (string, required): A keyword to search for the model. Use the model's display name or key words (e.g., "Nano Banana", "Seedream", "Kling", "Vidu", "Seedance")

  • type (string, required): Generation type: "Image" or "Video"

  • prompt (string, required): Text description of what to generate

  • image_url (string, optional): Source image URL for image-to-video or image editing models

  • extra_params (object, optional): Additional model-specific parameters to override defaults (e.g., {"duration": 10, "aspect_ratio": "16:9"})

Returns: A prediction ID to check the result with atlas_get_prediction.

Examples:

  • model_keyword="nano banana", type="Image", prompt="a cute cat in space"

  • model_keyword="seedream v5", type="Image", prompt="sunset over mountains"

  • model_keyword="kling v3", type="Video", prompt="a rocket launching", extra_params={"duration": 5}

  • model_keyword="seedance", type="Video", prompt="camera panning right", image_url="https://example.com/photo.jpg"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_keywordYesKeyword to find the model (e.g., "nano banana", "seedream", "kling v3")
typeYesGeneration type: Image or Video
promptYesText description of what to generate
image_urlNoSource image URL for image-to-video or image editing models
extra_paramsNoAdditional model-specific parameters to override defaults
Behavior4/5

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

The description adds valuable behavioral context beyond annotations: it explains the model search mechanism ('searches for models by keyword matching against model ID, display name, and tags'), clarifies the workflow ('After getting the prediction ID, use atlas_get_prediction to check the result'), and provides failure handling guidance. While annotations cover basic hints (non-readOnly, non-destructive, non-idempotent, openWorld), the description enhances understanding of the tool's operational behavior.

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 well-structured and front-loaded: the first sentence clearly states the core functionality, followed by important usage notes, then parameter explanations with examples. Every sentence serves a purpose - there's no redundant information, and the formatting with bullet points enhances readability without wasting space.

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

Completeness5/5

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

Given the tool's complexity (model discovery, parameter building, task submission) and the absence of an output schema, the description provides excellent contextual completeness. It explains the full workflow from input to result checking, includes failure handling, provides parameter guidance, and references relevant sibling tools. The examples further clarify usage in various scenarios.

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?

With 100% schema description coverage, the baseline is 3, but the description adds meaningful context: it provides concrete keyword examples ('Nano Banana', 'Seedream', 'Kling', 'Vidu', 'Seedance'), clarifies that extra_params can override defaults, and includes multiple usage examples that illustrate parameter combinations. This goes beyond the schema's basic descriptions.

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's purpose: 'One-step image or video generation - automatically finds the model by keyword, fetches its schema, builds parameters, and submits the task.' This specifies the verb ('generates'), resource ('image or video'), and distinguishes it from siblings like atlas_generate_image/video by emphasizing the automated model discovery and parameter building process.

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?

The description provides explicit guidance on when to use this tool versus alternatives: 'If this tool fails to find a model, call atlas_list_models first to get the exact model list, then use atlas_generate_image or atlas_generate_video with the exact model ID instead.' It also mentions using atlas_get_prediction to check results, creating a clear workflow with sibling tools.

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/AtlasCloudAI/mcp-server'

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