Skip to main content
Glama
dnshtm9

kenari-media-mcp

by dnshtm9

Extend Video

extend_video

Extend a finished video by providing its job ID or HTTPS URL. Add an optional prompt and duration to control the continuation.

Instructions

Extend a finished video via POST /v1/videos/extensions {model, video:{url}, prompt?, duration?}. source is a job id or https URL — local paths are rejected before any HTTP call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesKenari video-generation model id to use for the extension.
promptNoOptional continuation prompt describing how the video should continue.
sourceYesA Kenari video job id (from create_video/extend_video) or an https URL of a finished video. Local file paths are rejected before any HTTP call.
durationNoExtension length in seconds. Optional; capped by KENARI_MAX_VIDEO_DURATION (default 15).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoKenari video job id, when relevant to the result or error.
opNoTool operation name the error occurred in.
rawNoRaw Kenari API response object.
codeNoMachine-readable code: an error code (e.g. unauthorized, bad_request, upstream_error) or a state marker (e.g. rendering, done, still_rendering).
hintNoHuman-readable remediation hint (e.g. set KENARI_API_KEY).
modelNoKenari video model id used.
statusNoHTTP status number (on API errors) or the Kenari job status string (on video status results).
disabledNoTrue when video tools are disabled via KENARI_ALLOW_VIDEO=0.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark the call as non-read-only and non-destructive; the description adds that local paths are rejected before any HTTP call, which is useful fail-fast behavior. It does not discuss job asynchrony or side effects, but the annotations lower the burden and the added validation context is meaningful.

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?

A single dense sentence front-loads the action and then packs in the endpoint, payload shape, and the key input constraint. No filler or redundant elaboration.

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?

With an output schema present and all parameters described in the schema, the description supplies the essential extra context: the endpoint and pre-HTTP validation behavior. A note on whether the call returns a job id asynchronously would be a nice addition, but the tool is still sufficiently complete.

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 description coverage is 100%, so the schema already fully documents model, source, prompt, and duration. The description mostly restates the source semantics and gives the HTTP endpoint, adding little new parameter meaning beyond what the schema provides.

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 phrase 'Extend a finished video' names a specific verb and resource, and the POST endpoint with payload makes the operation unambiguous. It is clearly distinguishable from sibling tools like create_video or get_video_status.

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?

'Finished video' states the prerequisite, and the source restriction to a job id or https URL with local paths rejected tells the agent which inputs are valid. It does not explicitly name an alternative tool for non-extension generation, so it stops just short of full routing guidance.

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

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/dnshtm9/kenari-media-mcp'

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