consult_gemini
Send a query to Gemini AI via its command-line interface, specifying a working directory and optional model for flexible AI assistance.
Instructions
Send a query directly to the Gemini CLI.
Args:
query: Prompt text forwarded verbatim to the CLI.
directory: Working directory used for command execution.
model: Optional model alias (flash, pro) or full Gemini model id.
timeout_seconds: Optional per-call timeout override in seconds.
Returns: Gemini's response text or an explanatory error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| directory | Yes | ||
| model | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |