Skip to main content
Glama

create_video_with_image

Turn a reference image into a video using it as the first frame. Describe the motion in a text prompt to generate a video matching the image's style and composition.

Instructions

Create a video using an image as the first frame reference. The image guides the visual style and composition of the generated video.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoResolution of the output video. Should match the input image aspect ratio.1280x720
modelNoModel to use.sora-2
promptYesText description of the action/motion to apply to the reference image.
secondsNoDuration of the video in seconds.
image_urlNoURL of the reference image to use as the first frame. Must be publicly accessible.
image_base64NoBase64-encoded image data (alternative to image_url). Include the data URI prefix, e.g., 'data:image/jpeg;base64,...'
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. It mentions the image guides visual style, but does not disclose asynchronous behavior, required permissions, rate limits, or any side effects beyond creating a video. The tool mutates state, but this is not explicitly stated.

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, front-loaded with the core action, no filler. Every word serves a purpose.

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?

For a complex media generation tool with 6 parameters and no output schema, this description is insufficient. It does not explain the relationship between prompt and image, expected output format, or mention that video creation is asynchronous (evidenced by sibling 'wait_for_video'). The description leaves the user guessing about the full workflow.

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 coverage is 100% with each parameter having a description. The tool description adds value by explaining that the image guides visual style, which supplements the image_url/base64 parameter semantics, but this is minimal additional meaning.

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 creates a video from an image as the first frame, using a specific verb ('Create') and resource ('video using an image'). This distinguishes it from sibling tool 'create_video' which likely creates video from text only.

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 usage when an image is available to guide the video, but does not explicitly compare to alternatives like 'create_video' or state conditions when this tool should be preferred. The context is inferable but not explicit.

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

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