DeepSRT MCP Server

Official

get_summary

Get summary for a YouTube video

Input Schema

NameRequiredDescriptionDefault
langNoLanguage code (e.g. zh-tw)zh-tw
modeNoSummary mode (narrative or bullet)narrative
videoIdYesYouTube video ID

Input Schema (JSON Schema)

{ "properties": { "lang": { "default": "zh-tw", "description": "Language code (e.g. zh-tw)", "type": "string" }, "mode": { "default": "narrative", "description": "Summary mode (narrative or bullet)", "enum": [ "narrative", "bullet" ], "type": "string" }, "videoId": { "description": "YouTube video ID", "type": "string" } }, "required": [ "videoId" ], "type": "object" }

You must be authenticated.

Other Tools