Skip to main content
Glama

Youtube Vision MCP

ask_about_youtube_video

Extract insights from YouTube videos by asking questions or receiving general descriptions using the 'Youtube Vision MCP' server powered by the Google Gemini Vision API.

Instructions

Answers a question about the video or provides a general description if no question is asked.

Input Schema

NameRequiredDescriptionDefault
questionNoQuestion about the video content. If omitted, a general description will be generated.
youtube_urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "question": { "description": "Question about the video content. If omitted, a general description will be generated.", "type": "string" }, "youtube_url": { "format": "uri", "type": "string" } }, "required": [ "youtube_url" ], "type": "object" }

You must be authenticated.

Other Tools from Youtube Vision MCP

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/minbang930/Youtube-Vision-MCP'

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