Skip to main content
Glama

transcription_url

Convert a public audio or video URL into text with speaker diarization, word-level timestamps, and support for 119 languages. Manage and export captions in SRT, WebVTT, or plain text.

Instructions

[DEPRECATED — use transcribe_url instead] Alias kept for backward compatibility with @scriptivox/mcp-server@1.0.x. Will be removed in 2.0.0. Identical behavior to transcribe_url.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic URL to an audio/video file (http/https).
alignNoWord-level timestamps. Default: true.
diarizeNoEnable speaker diarization. Default: false.
languageNoISO 639-1 language code (e.g. "en"). Strongly recommended when known.
webhook_urlNoOptional HTTPS webhook URL.
speaker_countNoExpected number of speakers (1-50). Requires diarize: true.
await_completedNoDefault: true. When false, return id immediately without polling.
idempotency_keyNoOptional Idempotency-Key header.
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses that the tool is a deprecated alias with the exact behavior of transcribe_url and a finite lifecycle, which is the core behavioral context needed. It does not spell out the actual behavior itself, but that is intentionally delegated to transcribe_url.

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 very short and immediately front-loads the only action an agent should take: don't use this, use transcribe_url. Every sentence earns its place—deprecation, backward compatibility, removal, and identical behavior.

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 deprecated alias, the description is complete: it warns the agent, names the replacement, gives compatibility context, and clarifies behavior is inherent to the sibling. The rich input schema covers all parameters, and there is no output schema to describe.

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 coverage is 100% for all 8 parameters, so the schema already documents every parameter. The description adds no parameter-specific meaning, which is acceptable here because it refers the agent to transcribe_url for behavior details.

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 explicitly labels the tool as a deprecated alias and states its behavior is identical to transcribe_url. This clearly identifies the tool's role and points to the appropriate sibling, making it separate from the other URL or status tools.

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 instructs 'use transcribe_url instead', warns of removal in 2.0.0, and notes the tool only exists for backward compatibility. An agent gets direct and unambiguous selection guidance.

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/SparkleOfficial/scriptivox-mcp-server'

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