Skip to main content
Glama

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

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/mario-andreschak/mcp_video_recognition'

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