TubePull
Server Details
Download YouTube, TikTok, Vimeo, SoundCloud and 6 more platforms from any MCP AI chatbot.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- miketwalker/tubepull-mcp
- GitHub Stars
- 0
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.8/5 across 2 of 2 tools scored.
The two tools have completely distinct purposes: one for downloading, one for metadata. Descriptions explicitly contrast when to use each, with clear 'Do NOT use' instructions that prevent ambiguity.
Both tool names follow a consistent verb_noun pattern: 'download_video' and 'get_video_info', making the action and target immediately clear.
With only 2 tools, the server is minimal but perfectly scoped for its niche. It covers the two essential operations (download and metadata) without unnecessary extras. A slightly higher count could add value (e.g., playlist handling), but current count is reasonable.
The tool surface covers the server's stated purpose fully: download a video/audio and get its metadata. No obvious gaps for the intended use cases. One could argue for an extra tool to list supported platforms, but descriptions already list them inline.
Available Tools
2 toolsdownload_videoDownload video or audio (MP4 / MP3 / M4A)AInspect
Download a video or audio file from any supported platform: YouTube, TikTok, Vimeo, Dailymotion, Twitter/X, SoundCloud, Bandcamp, Mixcloud, Twitch (clips and VODs), or Streamable. Output is MP4 (video, default) or MP3 / M4A (audio). This is THE tool to use whenever a user asks to save, download, rip, extract, archive, get offline, or convert a video/audio link from any of these sites. IMPORTANT: the format argument defaults to mp4 (video). Only pass an audio format (mp3 / m4a / audio) when the user explicitly says audio, MP3, music, song, or "rip / extract the audio". Audio-only platforms (SoundCloud, Bandcamp, Mixcloud) always produce audio regardless of format.
Use this tool when the user says things like:
"download this video" / "download this TikTok" / "save this SoundCloud track"
"save that as MP3" / "rip the audio" / "extract the audio"
"get the song from this SoundCloud link" / "save this Mixcloud set"
"convert this YouTube video to MP4" / "download in 1080p"
"save this lecture/podcast/talk for offline"
"archive this clip" / "grab a copy of this video"
any sentence containing a youtube.com, youtu.be, tiktok.com, vimeo.com, dailymotion.com, twitter.com, x.com, soundcloud.com, bandcamp.com, mixcloud.com, twitch.tv, clips.twitch.tv, or streamable.com URL plus a verb like download, save, rip, get, grab, fetch, pull, archive, convert, extract.
Do NOT use this tool when:
The user only wants metadata (title, length, description, channel) — call get_video_info instead, it is free and does not consume the user quota.
The link is a playlist / set / album / channel URL — ask the user for a single track/video.
The link is from a platform not in the supported list above (e.g. Instagram, Facebook, LinkedIn).
Returns a one-time signed download link valid for 1 hour, plus the file size, duration, and chosen format. Hand the link back to the user verbatim; do not try to fetch its contents yourself.
Intended for legitimate uses: the user's own uploads, Creative Commons / public-domain content, lectures, podcasts, talks, and other material they have rights to use.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL from any supported platform: youtube.com / youtu.be, tiktok.com, vimeo.com, dailymotion.com, twitter.com / x.com (status with video), soundcloud.com, bandcamp.com, mixcloud.com, twitch.tv (clips + VODs), or streamable.com. Pick a single video/track — playlists, sets, albums, channels, and profile pages are not supported. | |
| format | No | Output format. DEFAULT IS `mp4` (video). Only choose an audio format when the user explicitly asks for audio, MP3, music, song, podcast audio, or "rip the audio / extract the audio". Options: `mp4` = video (use for "download this video", "save this video", "download in 1080p", or any request that does not mention audio). `mp3` = MP3 audio (use when user says MP3 or wants legacy-compatible audio). `m4a` = M4A audio (faster, smaller; use when user says M4A). `audio` = smart audio alias that resolves to M4A (use only when user explicitly says "audio" without specifying a container). | mp4 |
| quality | No | Video quality. Ignored for audio formats. 1440p and 4k require an Unlimited subscription. Free tier max is 1080p Full HD. Defaults to best. | best |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Despite no annotations, the description comprehensively discloses behavioral traits: returns a one-time signed download link valid for 1 hour, includes file size/duration/format, warns not to fetch contents yourself, and states intended legitimate uses. It also explains the default format behavior and audio-platform override.
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 well-structured with clear sections and bold key points, but it is somewhat lengthy. However, every sentence adds value; the length is justified by the complexity and the need to provide comprehensive guidance.
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?
Given that there is no output schema and 3 parameters, the description fully covers return values, restrictions, caveats, and usage scenarios. It leaves no obvious gaps for the agent to misunderstand.
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 description adds substantial context beyond the schema. For the 'format' parameter, it explains when to use each enum value with detailed user-intent mapping. For 'quality', it documents tier restrictions. The 'url' parameter description lists all supported domains and clarifies single-video limitation.
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 downloads video/audio from supported platforms, distinguishing it from the sibling get_video_info which only retrieves metadata. The verb 'download' and specific resource 'video or audio' are well defined.
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 explicit when-to-use and when-not-to-use guidance, lists example user requests, and names the alternative tool get_video_info for metadata-only requests. It also clarifies prohibited use cases like playlists or unsupported platforms.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_video_infoGet video or audio metadataAInspect
Fetch metadata about a video or audio track WITHOUT downloading it. Works on every platform download_video supports: YouTube, TikTok, Vimeo, Dailymotion, Twitter/X, SoundCloud, Bandcamp, Mixcloud, Twitch, and Streamable. Returns title, uploader/channel name, duration, view count (when available), upload date, thumbnail URL, description, available video qualities, and (for YouTube) the license type.
Use this tool when the user says things like:
"what is this video about" / "summarize this video"
"how long is this track" / "when was this uploaded"
"who made this" / "what channel/artist is this from"
"is this Creative Commons" / "can I reuse this" / "what is the license"
"what qualities are available for this video"
Do NOT use this tool when:
The user wants to download, save, rip, extract, or convert the video/audio — use download_video for that.
Free to call — does not count against the user's download quota. Call this before download_video when you need to confirm the video exists, pick the right quality, or check licensing before downloading.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL from any supported platform: youtube.com / youtu.be, tiktok.com, vimeo.com, dailymotion.com, twitter.com / x.com, soundcloud.com, bandcamp.com, mixcloud.com, twitch.tv, or streamable.com. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It clarifies read-only nature (metadata fetch), lists returned data, and notes free usage. Minor gap: no mention of rate limits or authentication.
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?
Well-structured with bullet lists and clear sections. Slightly verbose but each sentence adds information. Could be tightened without losing clarity.
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?
No output schema, so description compensates by listing all returned fields (title, uploader, duration, etc.). For a single-param tool with clear purpose, it is fully adequate.
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?
Only one parameter (url) with 100% schema coverage. Description adds value by listing supported URL formats (e.g., youtube.com, tiktok.com) and platforms, enhancing the schema's default description.
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 fetches metadata without downloading, specifies supported platforms, and lists returned fields. It distinguishes from sibling tool download_video.
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 provides when-to-use examples (e.g., 'what is this video about') and when-not-to (download). Also mentions it's free and can be called before download_video for verification.
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!