Skip to main content
Glama

Transkriba — Russian audio transcription

Расшифровать загруженный файл

transcribe_file

Переводит в текст файл, загруженный по ссылке из create_upload. Возвращает job_id сразу: результат забирается инструментом get_transcript. Списывает минуты с баланса по факту длительности записи.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
s3_keyYesКлюч из ответа create_upload
diarizeNoРазделить запись по спикерам. По умолчанию false.
languageNoКод языка, например ru или en. Без него определяется сам.
file_nameNoЧеловеческое имя записи для списка расшифровок

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden. It discloses key non-obvious behaviors: the operation returns immediately (async), the result must be fetched via get_transcript, and minutes are deducted from the balance based on recording duration. These go well beyond the basic transcription purpose.

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 concise sentences with no redundancy: purpose, async workflow, and cost implication. Each sentence earns its place and the core purpose 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?

For a tool with 4 documented parameters and no output schema, the description sufficiently covers the return value (job_id), the surrounding pipeline (create_upload and get_transcript), and the billing side effect. An agent has enough information to invoke it 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%, so the schema already documents all four parameters. The description adds no new parameter details beyond restating that the file comes from create_upload, which matches the s3_key schema description. 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 states a specific verb and resource: it converts to text a file uploaded via create_upload. It also differentiates from the sibling transcribe_url by explicitly tying input to the upload flow, and clarifies the async return of a job_id.

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 clearly establishes the workflow: use after create_upload and retrieve results via get_transcript. It implies the distinction from transcribe_url by naming the upload source, though it does not explicitly state alternatives or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources