BulkTranscripts YouTube
Server Details
YouTube transcripts, search, channel/playlist listings and upload tracking for AI agents. No signup.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 6 of 7 tools scored.
Each tool targets a distinct stage: channel discovery, playlist discovery, search, and transcript retrieval. The singular vs batch transcript tools are clearly separated by single-call vs bulk-call behavior, and the two search tools are scoped by global versus channel-limited search.
All tools follow a consistent snake_case verb_noun pattern: get_* for retrieval/search operations and search_channel/search_youtube for search operations. The naming directly reflects the resource and makes the tool surface highly predictable.
Seven tools is a well-scoped set for the server's stated purpose: discover YouTube videos, extract transcripts, and bulk-process them. Each tool serves a clear workflow need, and none feel redundant or ornamental.
The workflow is complete from video discovery (channel, playlist, latest, search) through to transcript retrieval (single and batch). Gaps such as channel-level playlist listing or TikTok channel discovery are peripheral; the core YouTube transcript workflow has no dead ends.
Available Tools
7 toolsget_channel_videosList a channel's videosAInspect
List the videos of a YouTube channel (id, title, duration, URL) without fetching transcripts. Accepts @handle, channel URL, or UC… channel id. Costs 1 credit. Chain into get_transcripts to bulk-extract.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max videos to list, default 100. | |
| channel | Yes | Channel @handle, URL, or UC… id. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behaviors. It mentions the cost of 1 credit and the output fields, but doesn't disclose details like rate limits, authentication requirements, or what happens on invalid input.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with the core purpose, followed by input formats, cost, and chaining guidance. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list operation with full schema coverage, the description is adequate but lacks some context like error handling or output structure beyond the basic fields.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 100% description coverage for both parameters, so the description adds no additional parameter semantics beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists a channel's videos with specific output fields, and explicitly notes it does not fetch transcripts, distinguishing it from sibling tools like get_transcripts.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It specifies when to use this tool (to list videos) and suggests chaining with get_transcripts for bulk extraction, but doesn't explicitly state when not to use alternatives like get_latest_videos or search_channel.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_latest_videosTrack new uploads (free)AInspect
Get a channel's newest uploads (up to 15) with publish dates, from YouTube's RSS feed. Always free — no credit charged — so it is ideal for monitoring channels, daily recaps, and 'did they post this week?' checks. Accepts @handle, URL, or UC… id.
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | Channel @handle, URL, or UC… id. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the free nature (no credit charged) and the data source (RSS feed), which are useful behavioral traits. However, it does not elaborate on potential failure modes, rate limits, or the exact response structure beyond stating publish dates. The description adds some value but is not comprehensive for a tool with zero annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose, then adds cost and use-case context. Every sentence earns its place with no redundant information. It is efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (one parameter, no output schema). The description states it returns newest uploads with publish dates, which is sufficient for an agent to understand the expected result. It does not cover errors or edge cases, but for a straightforward read-only tool the description is largely complete. Minor gaps like response format detail are not critical.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the schema already describes the channel parameter as 'Channel @handle, URL, or UC… id.' The tool description repeats this essentially verbatim, adding no additional format or usage details. Since the schema carries the full burden, the description does not meaningfully augment it, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (get a channel's newest uploads) and resource (channel), with a specific limit (up to 15) and source (RSS feed). It is unambiguous, but it does not explicitly distinguish from sibling tools like get_channel_videos, even though the RSS feed and limit imply a narrower scope. Thus it meets the 'specific verb+resource' but lacks explicit sibling differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear use cases: 'ideal for monitoring channels, daily recaps, and did they post this week? checks.' This gives context for when to use it. However, it does not state when NOT to use it or name alternative tools. It offers clear context without explicit exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_playlist_videosList a playlist's videosAInspect
List every video in a YouTube playlist, in playlist order (courses and series keep their sequence). Accepts a playlist URL or bare playlist id. Costs 1 credit. Chain into get_transcripts to bulk-extract.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max videos to list, default 100. | |
| playlist | Yes | Playlist URL or id (the list= value). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It usefully discloses cost (1 credit), ordering behavior, and accepted playlist formats. However, it claims to list 'every video' while the schema's limit parameter has a default of 100 and a max of 1000, with no clarification about pagination or whether the limit must be raised to see all videos. Return-value shape is also not described.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four short sentences, each earning its place: purpose and ordering, input format, cost, and a high-value usage tip. It is front-loaded with the core action and contains no filler or redundant restatements of the title.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 2-parameter read tool, it covers purpose, input, cost, and use-case. But the unresolved tension between 'every video' and the limit parameter, plus no information about the response format or pagination, leaves meaningful gaps. Given there is no output schema or annotations to fill those gaps, the description alone is not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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 both parameters well. The description's 'playlist URL or bare playlist id' essentially mirrors the schema's 'Playlist URL or id (the list= value)' without adding significant new meaning. The chain-to-transcripts tip is workflow guidance, not parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'List every video in a YouTube playlist,' and adds a distinctive trait (playlist order) that separates it from the sibling channel/search/latest tools. The title reinforces this clearly, and the input-form detail (URL or bare id) leaves no ambiguity about scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives clear contextual guidance: playlist order is preserved for courses/series, and it recommends chaining into get_transcripts for bulk extraction. It doesn't explicitly state when not to use it versus siblings like get_channel_videos, but the context is strong enough for an agent to select it appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_transcriptGet YouTube video transcriptAInspect
Fetch the full transcript of one YouTube (or TikTok) video as clean text with metadata (title, channel, duration, upload date, language). Accepts a watch URL, youtu.be link, Shorts URL, or bare 11-character video id. Costs 1 credit; if the video is already in the shared cache it is free and instant. Set include_segments to true only when per-line timestamps are needed (much larger output).
| Name | Required | Description | Default |
|---|---|---|---|
| fresh | No | Bypass the cache and re-extract (costs a credit). Default false. | |
| video | Yes | YouTube video URL or 11-character video id (TikTok video URLs also work). | |
| language | No | Preferred caption language code, e.g. 'en' or 'de'. Defaults to 'en', falling back to whatever exists. | |
| include_segments | No | Include the timestamped segment list. Default false — the plain text is usually what you want. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden and it does well: it discloses credit cost, cache behavior, output as clean text with metadata, and the larger output size when segments are included. It does not mention failure modes such as missing captions or invalid IDs, which prevents a 5.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with no filler; the primary outcome is front-loaded, followed by input formats and cost/cache behavior. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Provides enough for correct selection and invocation: required video param, URL formats, credit/cache trade-offs, metadata fields, and conditional segment guidance. However, with no output schema or annotations, the exact response shape and error cases are left unspecified, so it is strong but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3, but the description adds real value: accepted URL variants (watch, youtu.be, Shorts, bare ID) and a concrete use-case/size caveat for include_segments. It adds little beyond the schema for language and fresh, so 4 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific operation and resource: 'Fetch the full transcript ... as clean text with metadata', and enumerates accepted URL/id forms. The singular 'one YouTube (or TikTok) video' also distinguishes it from the sibling get_transcripts tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Gives clear context: include_segments should be true only when per-line timestamps are needed, fresh bypasses the cache at a credit cost, and cached videos are free and instant. It does not explicitly route to sibling alternatives such as get_transcripts for multiple videos, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_transcriptsGet many transcripts at onceAInspect
Fetch transcripts for up to 20 videos in one call — pass an array of YouTube URLs or ids. Each uncached video costs 1 credit; cached ones are free. Videos without captions are reported per-item and do not fail the batch. For whole channels or playlists, first list the videos with get_channel_videos / get_playlist_videos, then batch the ids through this tool.
| Name | Required | Description | Default |
|---|---|---|---|
| videos | Yes | Up to 20 YouTube video URLs or ids. | |
| language | No | Preferred caption language code. Default 'en'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Reveals non-obvious behaviors beyond schema: credit cost ('Each uncached video costs 1 credit; cached ones are free'), batch failure semantics ('Videos without captions are reported per-item and do not fail the batch'), and batch limit (20). No annotations exist, so this description carries the disclosure burden fully.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three purposeful sentences: the first states the core action and limit, the second covers cost and failure handling, the third routes to sibling tools. All are necessary, no padding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers the key operational details an agent needs: batch limit, cost per item, per-item error behavior, and how to source video IDs from sibling tools. No output schema means return format is not fully specified, but the per-item reporting hint mitigates this. Sufficient for selection and invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema already fully describes both parameters with 100% coverage ('Up to 20 YouTube video URLs or ids.' and 'Preferred caption language code. Default en.'). Description adds cost context but no additional parameter meaning beyond the schema, so baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource: 'Fetch transcripts for up to 20 videos in one call.' Clearly distinguishes from get_transcript via the batch scope and from sibling list tools by referencing them as prerequisites. Nothing vague.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly directs the agent: 'For whole channels or playlists, first list the videos with get_channel_videos / get_playlist_videos, then batch the ids through this tool.' Also states behavior (per-item reporting) that affects when to use. This is clear routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_channelSearch inside a channelAInspect
Search within one channel's uploads to find its videos on a topic — great for researching what a creator has said about something without listing the whole archive. Accepts @handle, channel URL, or UC… id. Costs 1 credit.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results, default 10. | |
| query | Yes | Topic to search for within the channel. | |
| channel | Yes | Channel @handle, URL, or UC… id. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the credit cost, which is useful, but it does not explicitly state the operation is read-only (though 'search' implies it) or mention pagination/result limits beyond the schema's `limit` field. It does not describe edge cases or error behavior. This is an adequate but minimal disclosure for a simple tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two compact sentences. The primary purpose is front-loaded, followed by a use-case hinteb, then identifier formats and cost. Zero filler, every phrase contributes.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple search tool, the description is mostly adequate, but it omits what the response looks like (no output schema). An agent would not know whether the result is a list of video titles, URLs, or IDs. Also missing are error conditions (e.g., invalid channel handle). Given the lack of an output schema, this gap is notable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schemas cover all 3 parameters at 100%, so the baseline is 3. The description adds one meaningful insight to the `channel` parameter — accepting @handle, channel URL, or UC… id — though this is already stated in the schema's description of the channel field. It adds no other semantic value beyond the schema, so it stays at the baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: searching within a single channel's uploads for videos on a given topic. This immediately distinguishes it from the sibling `get_channel_videos` (which lists the entire archive) and `search_youtube` (global search). Specific verb + resource + scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides a clear use case: researching a topic within a known channel without sifting through the full archive. This effectively implies when to choose this tool over `get_channel_videos`, but it does not name alternatives or give explicit
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_youtubeSearch YouTubeAInspect
Search YouTube by keyword for videos, channels, or playlists (set type). Returns titles, ids, and URLs — useful for research, discovery, and finding videos to transcribe. Costs 1 credit per search.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | What to search for. Default video. | |
| limit | No | Max results, default 10. | |
| query | Yes | Search terms, e.g. 'claude code tutorial'. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses a meaningful side effect: 'Costs 1 credit per search.' It also states what the response includes (titles, ids, URLs). It stops short of detailing pagination or result ordering, but for a simple keyword search this is sufficient to prepare an agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no wasted words. It front-loads the core action and scope, then provides return information, use cases, and cost. Every clause earns its place; the cost disclosure is especially valuable to surface early.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with three parameters, no output schema, and no annotations, the description covers the essential invocation context: what to search, what to expect back, and the cost. The only minor gap is that it does not explicitly mention the default type (video) or hint at how results vary by type, though the schema already covers the default.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline of 3 applies. The description adds the phrase 'set type' which maps to the type parameter, and 'by keyword' clarifies query usage, but these are already evident from the schema. The limit and default behavior are fully documented in the schema, so the description adds no significant semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource ('Search YouTube by keyword') and explicitly enumerates the retrievable object types ('videos, channels, or playlists'). It also names the return fields (titles, ids, URLs), making the tool's function distinct from siblings like get_channel_videos or get_transcript, which have different retrieval logic.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear application context ('useful for research, discovery, and finding videos to transcribe'), which helps an agent decide when this tool is appropriate. However, it does not explicitly mention alternatives or exclusion conditions, such as reserving get_latest_videos for recency-based needs or get_playlist_videos for playlist-browsing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityAmaintenanceConnect AI assistants to YouTube: search, transcripts, metadata, and more.191366MIT
- FlicenseNot gradedqualityCmaintenancePay-per-success YouTube transcript extractor for AI agents and RAG pipelines. Timestamps, SRT, plain text. Failed videos are never charged. $0.005/video.
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with token-optimized access to YouTube data, including video details, transcripts, channel statistics, trending videos, and search.572MIT
- AlicenseAqualityBmaintenanceExtract YouTube transcripts for AI agents, RAG pipelines, and LLM workflows. Supports any YouTube URL. Returns clean text or timestamped segments. No API keys required.14MIT