Skip to main content
Glama

Get transcript

get_transcript
Read-only

PROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. Sentence-level SOURCE transcript with timestamps for a time range (source seconds). For word-exact timing use get_words; for what the current EDIT keeps, use get_kept_transcript. Pass asset_key to read an UPLOADED clip's or song's own transcript instead (clip seconds).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
startNo
asset_keyNo
project_idYesRequired immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context: it clarifies that the tool only acts on the explicit project_id and never guesses the active project, and it distinguishes between source seconds and clip seconds. However, it does not disclose potential edge cases like missing transcripts or pagination, though these are minor given the read-only nature.

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 compact and front-loaded with the 'PROJECT-SCOPED' warning, then covers the core function, alternatives, and special case in a few sentences. Every sentence adds value, with no redundancy or filler. It is well-structured for quick parsing.

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?

Given the four parameters and no output schema, the description covers the essential aspects: what it returns, the time-range semantics, the alternative tools, and the asset_key option. It does not describe the exact return structure or error behavior, but for a read-only transcript fetcher, this is sufficient. The presence of sibling tools with clear distinctions further rounds out the context.

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

Parameters4/5

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

With schema coverage at only 25% (only project_id has a schema description), the tool description must compensate. It does: it explains that project_id is required and immutable, start/end define a time range in source seconds, and asset_key switches to an uploaded clip's transcript. This adds meaning beyond the bare schema, though it could be more explicit about start/end format (e.g., inclusive boundaries).

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's function: retrieving sentence-level SOURCE transcript with timestamps for a time range in source seconds. It is specific about the resource (transcript), the granularity (sentence-level), and the scope (project-scoped with explicit project_id). It also explicitly differentiates from get_words and get_kept_transcript, making the purpose unmistakable.

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 provides explicit usage guidance: it tells when to use get_words (word-exact timing) and get_kept_transcript (current EDIT), and explains when to pass asset_key (for uploaded clips/songs). It also emphasizes project-scoped behavior, implying the tool should only be used when project_id is available. This is excellent routing information.

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.