Skip to main content
Glama

DeepSRT MCP Server

Official
by DeepSRT

get_summary

Generate concise summaries of YouTube videos in multiple languages and formats using a video ID. Choose between narrative or bullet-point modes for tailored results.

Instructions

Get summary for a YouTube video

Input Schema

NameRequiredDescriptionDefault
langNoTarget language (default: zh-tw)zh-tw
modeNoSummary mode (default: narrative)narrative
videoIdYesYouTube video ID

Input Schema (JSON Schema)

{ "properties": { "lang": { "default": "zh-tw", "description": "Target language (default: zh-tw)", "type": "string" }, "mode": { "default": "narrative", "description": "Summary mode (default: narrative)", "enum": [ "narrative", "bullet" ], "type": "string" }, "videoId": { "description": "YouTube video ID", "type": "string" } }, "required": [ "videoId" ], "type": "object" }
Install Server

Other Tools from DeepSRT 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/DeepSRT/deepsrt-mcp'

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