Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
rip_transcriptA

Extract the full transcript from a YouTube video. By default, saves the transcript as a Markdown file to disk and returns a resource_link + metadata (title, channel, language, duration, word count, saved path, preview). The full transcript text is NOT returned by default — this keeps context lean and gives the user a persistent file they can reuse. After calling, always tell the user where the file was saved. If you need the transcript text later (summarize, search, extract quotes), read the returned resource rather than re-ripping. Pass return_text: true only for short clips or when the user explicitly asks for the transcript inline. Pass format: 'segments' to save timestamped JSON instead of Markdown.

Prompts

Interactive templates invoked by user choice

NameDescription
get_transcriptRip a YouTube video. Saves transcript to disk.
summarize_videoRip a YouTube video and summarize the key points.
extract_quotesRip a YouTube video and pull notable quotes or key statements.
compare_videosRip two YouTube videos and compare their content.
research_topicRip a YouTube video and extract information relevant to a specific topic.

Resources

Contextual data attached and managed by the client

NameDescription
Output FormatsAvailable transcript output formats and when to use each one

Latest Blog Posts

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/mrslbt/rippr'

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