Skip to main content
Glama

x402vid AI Intelligence & Channel Growth for YouTube Videos

Bare Transcript Extraction

transcript_text
Read-onlyIdempotent

Fetch any YouTube video transcript as plain text (free, no AI).

Raw captions with timestamps, nothing else. For a formatted file use transcript_markdown; for AI summaries use get_video_intelligence. Free, no payment required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_urlNoYouTube video URL or video ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • removedInput schema / properties / x_payment
      Removed value: -{
      -  "default": "",
      -  "description": "Base64 x402 payment payload (required — pass the X-PAYMENT value as an argument over MCP)",
      -  "type": "string"
      -}
  2. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive, open-world. The description adds non-annotation context: it is free/no AI, returns raw captions with timestamps and 'nothing else'. It doesn't discuss failure modes (no captions, private video) or rate limits, so it falls short of 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the core capability and the two alternatives; every sentence carries routing information. Minor redundancy: 'free, no AI' is restated as 'Free, no payment required' at the end.

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?

An output schema exists, so return values need not be explained, and the description covers capability, cost, output character, and sibling routing. Nothing an agent needs to invoke it correctly 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 parameter is fully documented as 'YouTube video URL or video ID'. The description's 'any YouTube video' adds no syntax or format detail beyond that, so the baseline 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?

Specific verb+resource+format: 'Fetch any YouTube video transcript as plain text.' It immediately distinguishes itself from two named siblings, so an agent can tell what it returns without opening the schema.

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?

Explicit routing: transcript_markdown for a formatted file, get_video_intelligence for AI summaries. This is exactly the when-to-use-this-vs-alternatives guidance the dimension asks for.

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.

Resources