Skip to main content
Glama

YouTube Transcript DL MCP Server

by jedarden
MIT License
1
2

format_transcript

Convert YouTube transcript data into desired formats like text, JSON, or SRT for easy integration and readability. Ideal for organizing and utilizing transcript content.

Instructions

Format existing transcript data into different formats

Input Schema

NameRequiredDescriptionDefault
formatYesOutput formatjson
transcriptYesTranscript data to format

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "json", "description": "Output format", "enum": [ "text", "json", "srt" ], "type": "string" }, "transcript": { "description": "Transcript data to format", "items": { "properties": { "duration": { "type": "number" }, "start": { "type": "number" }, "text": { "type": "string" } }, "type": "object" }, "type": "array" } }, "required": [ "transcript", "format" ], "type": "object" }

Other Tools from YouTube Transcript DL MCP Server

Related Tools

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/jedarden/yt-transcript-dl-mcp'

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