Gemini Search MCP Server

analyze_files

複数のファイルを同時に分析し、内容の整合性を確認

Input Schema

NameRequiredDescriptionDefault
file_pathsYes分析するファイルのパス一覧
queryNoファイルに対する質問や指示(オプション)

Input Schema (JSON Schema)

{ "properties": { "file_paths": { "description": "分析するファイルのパス一覧", "items": { "description": "ファイルパス(画像またはPDF)", "type": "string" }, "type": "array" }, "query": { "description": "ファイルに対する質問や指示(オプション)", "type": "string" } }, "required": [ "file_paths" ], "type": "object" }

You must be authenticated.

Other Tools