MCP Video Recognition Server

video_recognition

Analyze and generate detailed descriptions of video content using Google Gemini AI. Specify file paths, custom prompts, and models for precise recognition.

Instructions

Analyze and describe videos using Google Gemini AI

Input Schema

NameRequiredDescriptionDefault
filepathYesPath to the media file to analyze
modelnameNoGemini model to use for recognitiongemini-2.0-flash
promptNoCustom prompt for the recognitionDescribe this content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filepath": { "description": "Path to the media file to analyze", "type": "string" }, "modelname": { "default": "gemini-2.0-flash", "description": "Gemini model to use for recognition", "type": "string" }, "prompt": { "default": "Describe this content", "description": "Custom prompt for the recognition", "type": "string" } }, "required": [ "filepath" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Video Recognition Server

Related Tools

ID: w7u8m7mdmb