Skip to main content
Glama

MCP Vision Relay

by ah-wq

gemini_analyze_image

Analyze images using Google Gemini's multimodal AI to generate descriptions, extract information, or answer questions about visual content from local files, URLs, or base64 data.

Instructions

Use Google Gemini CLI to describe or analyze an image using multimodal capabilities.

Input Schema

NameRequiredDescriptionDefault
imageYesLocal file path, http(s) URL, or base64-encoded image to analyze.
promptNoInstruction for Gemini. Defaults to config value.
modelNoGemini model identifier (e.g., gemini-2.0-flash).
cliPathNoOverride the Gemini CLI executable path.
sandboxNoWhether to run the CLI with the sandbox flag (-s).
outputFormatNoRequest Gemini CLI to return the specified output format.
extraFlagsNoAdditional CLI flags to append as-is.
timeoutMsNoMaximum time (in milliseconds) to wait for CLI execution.

Input Schema (JSON Schema)

{ "properties": { "cliPath": { "description": "Override the Gemini CLI executable path.", "minLength": 1, "type": "string" }, "extraFlags": { "description": "Additional CLI flags to append as-is.", "items": { "minLength": 1, "type": "string" }, "type": "array" }, "image": { "description": "Local file path, http(s) URL, or base64-encoded image to analyze.", "minLength": 1, "type": "string" }, "model": { "description": "Gemini model identifier (e.g., gemini-2.0-flash).", "minLength": 1, "type": "string" }, "outputFormat": { "description": "Request Gemini CLI to return the specified output format.", "enum": [ "text", "json" ], "type": "string" }, "prompt": { "description": "Instruction for Gemini. Defaults to config value.", "minLength": 1, "type": "string" }, "sandbox": { "description": "Whether to run the CLI with the sandbox flag (-s).", "type": "boolean" }, "timeoutMs": { "description": "Maximum time (in milliseconds) to wait for CLI execution.", "exclusiveMinimum": 0, "maximum": 600000, "type": "integer" } }, "required": [ "image" ], "type": "object" }

Other Tools from MCP Vision Relay

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/ah-wq/mcp-vision-relay'

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