analyze_files
Delegate analysis of large or multiple files to a specialized CLI, receiving only the answer to preserve context.
Instructions
Delegate file analysis to the Antigravity CLI (Gemini) instead of reading files yourself. USE THIS whenever a file is large (>200 lines) or the task spans more than 3 files: logs, database dumps, generated code, cross-file reviews, comparisons. The files never enter your context — only the answer does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | File paths to analyze (relative to cwd or absolute). | |
| question | Yes | What you want to know about these files. | |
| cwd | No | Absolute path to the working directory / project root. Defaults to the server's cwd. | |
| model | No | Override the model (exact name from `agy models`, e.g. "Gemini 3.1 Pro (High)"). Normally omit — the tool routes automatically. |