Skip to main content
Glama
ztemerbekov

A1 Yandex KIT MCP

Upload video

upload_video

Upload a product video (up to 100 MB; mp4, mov, webm, avi, flv) to queue it for processing. It returns a video ID to poll until READY, then attach it to a variant via media.

Instructions

Upload a product video via multipart/form-data and queue it for processing. Max size 100 MB; formats mp4, mov, webm, avi, flv. Videos are deduplicated by content: uploading identical bytes returns the existing video. The response carries the video ID — poll it with get_video until the status is READY, then attach the video to a variant through media in create_variant / update_variant (at most one video per variant, and the same media list must also carry at least one image). Provide exactly one source: file_path or content_base64.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNoFile name to send; it becomes the video title. Required with content_base64; defaults to the basename of file_path.
file_pathNoAbsolute path to the video file on the local machine running this MCP server. Mutually exclusive with content_base64.
content_base64NoVideo content as a base64 string. Mutually exclusive with file_path. Prefer file_path for large videos.
Behavior5/5

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

With no annotations, the description carries full behavioral disclosure and does so thoroughly: deduplication by content, max file size, allowed formats, async queueing, returned video ID, and variant constraints. This is substantial and actionable beyond anything in the JSON 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?

Every sentence in the description earns its place: method, limits, dedup, workflow, attachment constraints, and input exclusivity. It is detailed without redundancy and is well-structured for quick parsing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity and the absence of both annotations and output schema, the description covers the essential operational context: upload method, size and format limits, dedup behavior, the polling flow, and downstream media constraints. An agent has enough information to invoke and integrate the result correctly.

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 documents filename, file_path, and content_base64 with mutual exclusivity. The description reinforces the 'exactly one source' rule and preference for file_path, but adds no meaningful new semantic detail 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 description opens with a specific action and resource: 'Upload a product video via multipart/form-data and queue it for processing.' This immediately distinguishes it from generic file uploads and URL-based video imports, and the verb-object structure is unambiguous.

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 a clear workflow: upload exactly one source, poll with get_video until READY, then attach via media in create_variant/update_variant. It clearly defines the integration path. It does not explicitly name when to prefer upload_video_from_url or upload_file, but operational guidance is otherwise strong.

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/ztemerbekov/a1-yandex-kit-skills'

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