Skip to main content
Glama
ztemerbekov

A1 Yandex KIT MCP

Get video

get_video
Read-only

Retrieve a video by its ID and check its current processing status. Poll after upload to track progress from UPLOADED to READY; player links appear when ready, or ERROR details on failure.

Instructions

Get a single video by its ID with the current processing status. Use it to poll after upload_video: the status walks UPLOADED -> PROCESSING -> READY (the content field with the player links is filled only in READY) or ends in ERROR (details in error). Poll at most once every 5 seconds — processing time scales with the video length.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idYesVideo ID from the upload_video or list_videos response — an opaque string, not a UUID.
Behavior5/5

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

Beyond the readOnlyHint annotation, the description reveals the status lifecycle (UPLOADED -> PROCESSING -> READY/ERROR), explains when the content field is populated, mentions error details, and notes that processing time scales with video length. This is rich behavioral context that helps set expectations.

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 three sentences, with the primary purpose front-loaded. Each sentence adds distinct value: the core action, the polling use case, and a rate-limit warning. No redundant or filler content.

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?

Despite having no output schema, the description covers the essential response behavior: status transitions, the content field condition, error details, and polling cadence. For a simple get-by-id tool with one parameter and rich annotations, this is complete and self-sufficient.

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 input schema already documents video_id thoroughly, including its source and opaque nature, with 100% parameter coverage. The description text adds no additional parameter-specific meaning, so the baseline score of 3 applies.

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 fetches a single video by ID and reports its current processing status. It distinguishes itself from list_videos by focusing on a single resource and explicitly links to upload_video for polling, making the purpose specific and unambiguous.

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?

It explicitly says to use this tool after upload_video to poll, describes the status flow, and provides a concrete polling constraint ('at most once every 5 seconds'). This gives clear when-to-use guidance and implies when not to use it (for listing multiple videos, covered by list_videos).

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