Skip to main content
Glama

extend_video

Continue a video this service already generated — Flow writes what happens next.

media_id: the id from a previous generate_video* result (the bare id, not the
/v1/media/... path). Only videos made through this service can be extended: the id
belongs to a specific farm account's project, so the job is pinned to that account
instead of rotating. An id we never produced comes back as a clear error, not a
mystery failure.

Use this for shots that need to run longer than one generation, or to keep a scene
going without re-describing it: the continuation inherits the source clip's world,
which a fresh text-to-video call cannot do.

Default model veo_3_1_extension_lite: 10 credits, adds 8 seconds.

project_id: which project the continuation lands in. The job is pinned to the source
clip's account regardless, so pass the project the source was generated in (or omit it).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aspectNoVIDEO_ASPECT_RATIO_LANDSCAPE
promptYes
media_idYes
project_idNo
include_previewNo
video_model_keyNoveo_3_1_extension_lite

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Annotations only mark the operation as side-effecting, non-idempotent, and non-destructive. The description adds meaningful behavior beyond that: the job is pinned to the originating farm account instead of rotating, unknown ids produce a clear error, the continuation inherits the source world, and the default model costs 10 credits and adds 8 seconds. None of this appears in the structured 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?

The description is front-loaded with the core purpose in the first sentence and each following paragraph earns its place: id provenance, use case, model default/cost, and project placement. It is compact for the amount of critical context it delivers and avoids boilerplate.

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?

The description covers the tricky account pinning, id provenance, project placement, use case, and default model cost. However, with no output schema, it would be stronger if it stated what the call returns (e.g., a job id or media result), so it is not fully complete for an agent that needs to chain results.

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 description coverage is 0%, so the description must compensate. It adds crucial semantics for media_id (bare id only, must come from this service, account-pinned) and project_id (pass the source project or omit it), and it explains the default video_model_key with cost and duration. It does not explain prompt, aspect, or include_preview in detail, but the most non-obvious parameters are well covered.

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 opening sentence names a specific verb and resource: 'Continue a video this service already generated.' It also distinguishes itself from fresh text-to-video by explaining that a continuation inherits the source clip's world, and it ties the subject to a prior generate_video* result, so an agent can tell this from siblings.

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 explicitly states when to use the tool: 'Use this for shots that need to run longer than one generation, or to keep a scene going without re-describing it.' It also contrasts with 'a fresh text-to-video call' and gives concrete guidance about project_id, leaving little ambiguity about selection and call setup.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.