Skip to main content
Glama
dnshtm9

kenari-media-mcp

by dnshtm9

Get Video Status

get_video_status
Idempotent

Check video generation status by job ID to see if it is queued, rendering, done, failed, or expired. When finished, downloads the video to your output directory automatically.

Instructions

GET /v1/videos/{id}. Reports queued/rendering/done/failed/expired. Auto-downloads to KENARI_OUTPUT_DIR when done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesKenari video job id returned by create_video or extend_video.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoKenari video job id, when relevant to the result or error.
opNoTool operation name the error occurred in.
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).
pathsNoAbsolute local paths of downloaded video files (when done and downloaded).
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

A3.8/5.0
Behavior4/5

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

The description adds important behavioral context beyond the annotations: although this is a GET endpoint, it auto-downloads to KENARI_OUTPUT_DIR when done, which explains the readOnlyHint=false annotation. This side effect is critical for an agent to invoke the tool safely. It does not detail auth or error handling, but the response semantics are largely covered by the output schema.

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 only two sentences and front-loads the endpoint, then packs statuses and the side effect into compact, useful phrasing. Every clause earns its place with no unnecessary filler.

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?

For a single-parameter status tool with an output schema and annotations, the description covers the core purpose, the possible states, and a meaningful side effect. The main gap is the lack of explicit routing guidance among the closely related sibling tools, but this is a minor omission given the simple interface.

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?

The schema already fully describes the id parameter as the Kenari video job id returned by create_video or extend_video, with 100% coverage. The description only echoes {id} in the endpoint, adding no new parameter-level meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific resource and action: 'GET /v1/videos/{id}' and 'Reports queued/rendering/done/failed/expired.' This clearly conveys what the tool does, but it does not explicitly contrast it with sibling tools like wait_for_video or download_video, so it stops short of full differentiation.

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?

Usage context is implied rather than explicit. The auto-download note suggests callers may not need a separate download step when the status is done, but the description never tells the agent when to prefer this tool over wait_for_video or download_video, and no exclusions are stated.

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