Skip to main content
Glama

get_video_rewrite_status

Check the status of a subtitle rewrite task using its order number. The status indicates whether the task is pending, running, succeeded, failed, or canceled, so you can determine if the rewritten output is ready to retrieve.

Instructions

查询字幕改写任务的进度。上游是 SSE 流,本工具取第一帧数据就返回。状态含义同视频翻译:0 未开始 / 1 进行中 / 2 成功 / 3 失败 / 4 已取消。改写成功后回到原视频订单号调 wait_for_video_translation 或 get_video_translation_status 取产物,那边会带上改写版并说明产出。

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.7/5.0
Behavior5/5

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

There are no annotations, so the description carries the full behavioral burden. It discloses the non-obvious SSE first-frame behavior, defines all status codes, and explains what happens after success. This is strong transparency for a polling endpoint.

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 dense sentences with no filler: purpose, status semantics, and downstream action. Each sentence earns its place and the most important information is front-loaded.

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?

Even without an output schema, the description tells the agent exactly what statuses to expect, how the upstream behaves, and where to retrieve the final rewrite artifacts. For a one-parameter status endpoint, this is complete enough to invoke 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%, and the schema already documents order_no as '改写任务订单号'. The description references order-related context but does not add new parameter-level meaning beyond what the schema provides, so the baseline score 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?

The opening sentence clearly identifies a specific verb and resource: querying the progress of a subtitle rewrite task. It differentiates itself from sibling tools by focusing on rewrite tasks rather than translation tasks, and the downstream references to get_video_translation_status make the distinction explicit.

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?

The description explicitly tells the agent to use this tool for rewrite-task progress, and after success to switch to wait_for_video_translation or get_video_translation_status with the original video order number. This provides clear when-to-use and next-step alternatives without leaving the decision to inference.

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