Skip to main content
Glama

get_video_subtitles

Fetch download URLs for original and translated subtitles from a completed video translation task by providing the order number.

Instructions

获取视频的原文与译文字幕下载地址。任务 status 必须是 2(成功),否则返回 31008「文件翻译中」。若该任务已有改写记录,返回的是最近一次改写后的字幕。地址有有效期,以返回里的说明为准。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_noYes视频翻译任务订单号

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does this well by revealing the error code 31008, the rewrite-record behavior, and the expiration of returned URLs. This is meaningful context beyond a simple retrieval statement.

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?

Three compact sentences, each earning its place: purpose, status precondition, rewrite behavior, and expiration caveat. No fluff or redundancy.

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?

For a one-parameter retrieval tool with no output schema, the description covers purpose, preconditions, error handling, rewrite handling, and URL expiration. An agent has the necessary information to call it correctly and interpret expected responses.

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 provides 100% coverage for order_no with a clear description. The tool description adds contextual constraints but no additional parameter-level meaning, so the baseline of 3 is appropriate.

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?

States a specific verb and resource: obtaining the original and translated subtitle download addresses for a video. It clearly distinguishes itself from sibling status/rewrite tools by emphasizing download addresses and the rewrite-record behavior.

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?

Explicitly specifies the precondition that task status must be 2, and describes the failure mode when this condition is not met. Although it doesn't explicitly name sibling alternatives, the status precondition gives clear guidance on when to call this tool.

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/zhang452064326/belindoc-mcp'

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