Skip to main content
Glama

Get bulk download link

get_bulk_download_link
Read-onlyIdempotent

For a YouTube channel or playlist URL, returns a prefilled scripthaul.com link where the user can download every transcript as a ZIP for free. Bulk jobs cannot run over MCP; they need the website.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesYouTube channel or playlist URL (also accepts @handles).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPrefilled scripthaul.com link that starts the bulk download.
typeYesWhat the input resolved to.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds meaningful behavioral context: the tool does not run the bulk job itself, it only returns a prefilled external link, and the download is free. This goes beyond the annotation metadata and clarifies the tool's side-effect-free 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 two sentences with no filler. The key output is front-loaded, and the second sentence adds the essential MCP limitation. Every sentence earns its place.

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 single-parameter, read-only tool with an output schema and annotations, this description is complete. It covers input (channel/playlist URL), output (prefilled download link), cost (free), and the key constraint (bulk jobs need the website). Nothing essential is missing.

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%, and the single 'url' parameter is already clearly described in the schema as 'YouTube channel or playlist URL (also accepts @handles).' The description restates the accepted URL types but does not add new parameter details beyond the schema, so the baseline of 3 applies.

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 ('returns') and a specific resource ('prefilled scripthaul.com link') for a well-defined input ('YouTube channel or playlist URL'). It clearly differentiates this bulk-download tool from the sibling tools get_transcript and list_videos by focusing on ZIP downloads of every transcript.

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 explicitly says bulk jobs cannot run over MCP and require the website, which tells the agent when to invoke this tool and what limitation applies. It does not explicitly name the alternative for single-transcript cases, but the context and sibling list make the distinction clear.

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.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool targets a clearly distinct operation: fetching one transcript, listing videos in a channel/playlist, and generating a bulk download link. There is no meaningful overlap or risk of an agent selecting the wrong tool.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern: get_transcript, list_videos, and get_bulk_download_link all use a clear action prefix followed by the object. The naming is predictable and easy to reason about.

Tool Count5/5

Three tools is well-scoped for this server's purpose: list to discover videos, get to fetch a single transcript, and bulk link to handle larger downloads. Each tool earns its place without unnecessary bloat.

Completeness5/5

The surface covers the full intended workflow: discovering videos, retrieving individual transcripts in multiple formats, and obtaining a bulk download path. No critical dead ends are apparent for the stated domain.

Resources