Skip to main content
Glama

elevenlabs_dubbing_transcript_get

Read-onlyIdempotent

Get Dubbing Transcript. The project's source transcript, as editable segments.

Bulk support: accepts project_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNo
project_idYes
project_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, non-destructive. The description adds that the transcript is returned as editable segments, which is behavioral context about the return format and mutability. No contradictions; adds value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but the first sentence 'Get Dubbing Transcript' is a tautology of the tool name. The second sentence adds meaningful info but the structure could be tighter by combining. Still concise, but not maximally efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, so description must explain return structure. It mentions 'editable segments' but doesn't give details (e.g., segment fields, pagination). It also fails to explain the account parameter and relationship between project_id and project_ids. Missing essential context for a tool with no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description must compensate. It explains project_ids for bulk support but doesn't explain project_id or account. project_id is implied by name but not specified, and account is entirely unexplained. Incomplete param guidance.

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 tool gets the dubbing transcript, specifically the project's source transcript as editable segments. It distinguishes from sibling tools like elevenlabs_dubbing_target_transcript_get and segment-level tools, and mentions bulk support. This is a specific verb+resource with clear scope.

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 implies usage context: retrieving the source transcript and supporting batched execution via project_ids. It doesn't explicitly state when not to use (e.g., for target transcript), but the name plus siblings make the distinction clear. Bulk support is a usage guideline.

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.