Skip to main content
Glama

MCP Gemini API Server

by techkwon

analyze_directory

Analyze a specified directory with a custom prompt using Gemini CLI, enabling recursive exploration and configurable output size and timeout settings.

Instructions

Analyze a directory with a given prompt using Gemini CLI

Input Schema

NameRequiredDescriptionDefault
dirYesDirectory path to analyze
maxOutputKBNoMaximum output size in KB (optional)
promptYesQuestion or instruction for analysis
recursiveNoWhether to analyze recursively
timeoutNoTimeout in seconds (optional)

Input Schema (JSON Schema)

{ "properties": { "dir": { "description": "Directory path to analyze", "type": "string" }, "maxOutputKB": { "default": 1024, "description": "Maximum output size in KB (optional)", "type": "number" }, "prompt": { "description": "Question or instruction for analysis", "type": "string" }, "recursive": { "default": true, "description": "Whether to analyze recursively", "type": "boolean" }, "timeout": { "default": 300, "description": "Timeout in seconds (optional)", "type": "number" } }, "required": [ "dir", "prompt" ], "type": "object" }
Install Server

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