UNPKG

youtube-video-summarizer-mcp

Version:
7 lines (6 loc) 281 B
import { VideoInfo } from "../clients/youtube-client.js"; import { ToolResponse } from "../types/tool-response.js"; /** * Get information about a YouTube video */ export declare function getYouTubeVideoInfo(videoUrl: string, language?: string): Promise<ToolResponse<VideoInfo>>;