Skip to main content
Glama

veo_upsample

Increase video resolution up to 1080p or 4K, or convert to animated GIF. Use after initial video generation completes.

Instructions

Upsample a generated video to higher resolution.

Use this to convert a video to a higher resolution (1080p, 4K) or to animated GIF.

Use this when:
- You need a higher resolution version for production use
- You want to convert a video to GIF format
- The initial video generation is complete and you want to upscale

Note: The video must be in 'succeeded' state before upsampling.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idYesThe video ID from a previous generation result. This is the 'id' field from the video data, not the task_id.
actionNoUpsample action. '1080p' upscales to 1080p resolution, '4k' upscales to 4K resolution, 'gif' converts to animated GIF.1080p
callback_urlNoOptional URL to receive a POST callback when upsampling completes.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the video must be in 'succeeded' state, returns a Task ID and upsampled video information including the new video URL. It does not mention potential side effects (e.g., cost, processing time) but is sufficient for a straightforward upscale 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 concise with a clear introductory sentence, bullet-pointed use cases, a critical note, and a return summary. Every sentence serves a purpose without unnecessary detail.

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 tool's simplicity and the presence of an output schema (implied by return description), the description covers the essential aspects: purpose, prerequisites, and return value. It could mention authentication or rate limits, but the note about video state is crucial and the rest is adequate.

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 coverage is 100% with each parameter described. The description adds value by clarifying the video_id field as the 'id' from video data (not task_id) and listing action enum meanings. The return information is also mentioned, aiding the agent in understanding what to expect.

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 upsamples a generated video to higher resolution (1080p, 4K) or converts to GIF. It uses a specific verb ('Upsample') and resource ('a generated video'), and distinguishes itself from sibling tools like veo_text_to_video or veo_image_to_video by focusing on post-generation upscaling.

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

Usage Guidelines4/5

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

The description provides explicit 'Use this when' bullet points covering three scenarios: need higher resolution, convert to GIF, or after initial generation complete. It also includes a note about the video state requirement. While it doesn't explicitly exclude alternatives, the context makes it clear when to use this tool.

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