MCP Video Recognition Server

image_recognition

Analyzes and describes images using Google Gemini AI by processing file paths and custom prompts, enabling detailed content recognition for diverse use cases.

Instructions

Analyze and describe images 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