UNPKG

youtube-video-summarizer-mcp

Version:
7 lines (6 loc) 278 B
import { ToolResponse } from "../types/tool-response.js"; import { VideoDetails } from "youtube-caption-extractor"; /** * Get captions for a YouTube video */ export declare function getYouTubeVideoDetails(videoUrl: string, lang?: string): Promise<ToolResponse<VideoDetails>>;