gemini_code_search
Scans multiple repository files at once with a large-context model to answer architectural or code questions, returning the result synchronously.
Instructions
Use a large-context model to scan multiple repository files at once and answer architectural or code questions about them. Runs synchronously and returns the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Query or pattern to search for and explain across the provided files. | |
| context_files | Yes | Absolute paths of the files to scan. |