Skip to main content
Glama

MCP Gemini API Server

by techkwon

analyze_files

Process and analyze multiple files using a specified prompt to extract insights or generate responses via the MCP Gemini API, supporting customizable timeout and output size limits.

Instructions

Analyze multiple files with a given prompt using Gemini CLI

Input Schema

NameRequiredDescriptionDefault
maxOutputKBNoMaximum output size in KB (optional)
pathsYesArray of file paths to analyze
promptYesQuestion or instruction for analysis
timeoutNoTimeout in seconds (optional)

Input Schema (JSON Schema)

{ "properties": { "maxOutputKB": { "default": 1024, "description": "Maximum output size in KB (optional)", "type": "number" }, "paths": { "description": "Array of file paths to analyze", "items": { "type": "string" }, "type": "array" }, "prompt": { "description": "Question or instruction for analysis", "type": "string" }, "timeout": { "default": 300, "description": "Timeout in seconds (optional)", "type": "number" } }, "required": [ "paths", "prompt" ], "type": "object" }

Other Tools from MCP Gemini API 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/techkwon/mcp-gemini'

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