Skip to main content
Glama

merge_transcripts

Read-only

Combine transcripts from 2 to 10 YouTube videos into a single document for playlist review, tutorial series analysis, or topic comparison.

Instructions

MULTI-VIDEO TOOL: Merge transcripts from 2-10 videos into one document. Perfect for course playlists, tutorial series, or comparing coverage of same topic. COMBINE WITH: compare_moments to see same timestamp across videos, get_playlist (API) to get video IDs from a playlist first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
videoIdsYesArray of video IDs or URLs (2-10 videos)
languageNoTranscript language codeen
includeSeparatorsNoAdd video title separators
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows it's safe. Description adds the 2-10 video constraint and combining hints, but no other behavioral details like output format or error conditions.

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 sentences with key action front-loaded. No wasted words. Includes a helpful 'COMBINE WITH' hint. Extremely concise and efficient.

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

Completeness3/5

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

Covers purpose and use cases well, but lacks description of output format (e.g., how separators work, document structure). With no output schema, more detail on return value would improve completeness.

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 baseline is 3. Description adds minor clarity (e.g., videoIds can be IDs or URLs, 2-10 videos) but doesn't significantly enhance beyond schema.

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?

Description clearly states it merges transcripts from 2-10 videos, uses 'MULTI-VIDEO TOOL' and provides use cases like course playlists and tutorial series. It distinguishes from siblings like compare_moments and get_playlist.

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?

Gives clear context on when to use: course playlists, tutorial series, comparing coverage. Mentions tools to combine with. Lacks explicit exclusions or when not to use, but sufficient for most agents.

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/ixex/tubepilot'

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