Skip to main content
Glama

veo_get_1080p

Upscale a completed video to 1080p high-resolution for production use. Requires video in 'succeeded' state.

Instructions

Get the 1080p high-resolution version of a generated video.

By default, Veo generates videos at a lower resolution for faster processing.
Use this tool to get the full 1080p version of a completed video.

Use this when:
- You need a higher resolution version for production use
- The initial video generation is complete and you want to upscale
- You need a clearer, more detailed video output

Note: The video must be in 'succeeded' state before requesting 1080p version.

Returns:
    Task ID and the 1080p video information including the new video URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoThe model used to generate the source video. Required by the API; pass the same model you used for the original generation.veo2
video_idYesThe video ID from a previous generation result. This is the 'id' field from the video data, not the task_id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are present, so the description must fully disclose behavior. It mentions getting a high-resolution version and the prerequisite, but does not clarify whether this operation is synchronous or asynchronous, if it incurs additional cost, or if it is idempotent. The description lacks details on side effects or system impact beyond the basic retrieval nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear first sentence, then context, usage instructions, and returns. It is not overly verbose and each sentence serves a purpose. A small improvement could be condensing the 'use when' bullet points.

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?

Given the high schema coverage, presence of an output schema, and simple parameter set, the description covers the essential context. It explains the default behavior, usage, prerequisite, and return value. It is adequate for the tool's complexity.

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?

With 100% schema coverage, the input schema already documents both parameters (model and video_id). The description does not add significant meaning beyond the schema; it only implies usage of video_id. Baseline 3 is appropriate.

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: to get the 1080p high-resolution version of a generated video. It distinguishes from the default lower resolution and is unique among sibling tools like veo_extend_video and veo_text_to_video.

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 when-to-use guidance: when needing higher resolution for production, after initial generation is complete, and for clearer output. It also specifies the prerequisite that the video must be in 'succeeded' state, which is crucial for correct invocation.

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/AceDataCloud/VeoMCP'

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