Skip to main content
Glama

cancel_video_translation

Cancel a video translation task that has not started. Provide the order number to stop a pending job before it begins.

Instructions

取消视频翻译任务。只能取消 status=0(未开始)的任务,已经开始的会返回 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.2/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 behavioral burden. It discloses a specific error code (31008) and the task-state precondition, which adds meaningful behavioral context beyond the tool name and schema. It could also mention irreversibility or success response, but the key edge case is covered.

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?

Two short sentences: the first states the core purpose, the second adds the critical usage constraint and error behavior. No filler or redundant repetition of schema information.

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?

The description covers the essential context: purpose, the eligible task status, and the error returned for ineligible tasks. Since there is no output schema, a brief mention of the success return format would improve completeness, but the core information needed to invoke the tool correctly is present.

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 the single parameter, describing order_no as the video translation task order number. The tool description adds no additional parameter-level detail beyond what the schema states, so baseline 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 description clearly states the verb (cancel) and resource (video translation task), and the constraint (only status=0 tasks) distinguishes it from video creation/status/rewrite sibling tools. An agent can immediately identify this as the cancellation operation.

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 explicitly states when the tool can be used (only status=0 tasks) and what happens if misused (error 31008 for started tasks). It does not explicitly name a sibling alternative for checking status, but the precondition is clear enough to guide usage.

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