Gemini Chat
gemini_chatChat with Gemini models for answers, code, research, and AI tasks. Uses Google Search grounding by default for real-time information and supports configurable thinking depth. Send a message to get a response.
Instructions
Chat with Google Gemini models. Grounded in Google Search by default, on gemini-3.1-pro-preview. DO NOT SET max_tokens - the server allocates the model's full output ceiling automatically. It is a cap, not consumption, so unused headroom costs nothing; setting a small one makes Gemini 3 thinking burn the whole budget and return empty output that looks like a timeout. [MCP_RECOMMENDED_TIMEOUT_MS: 300000]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Omit to use the configured default (gemini-3.1-pro-preview). Other valid options: gemini-3-pro-preview, gemini-3-flash-preview. Do NOT pass gemini-1.5-* or gemini-pro — those are out of support. | |
| message | Yes | The message to send | |
| grounding | No | Enable Google Search grounding for real-time information | |
| max_tokens | No | Output token budget INCLUDING Gemini 3 thinking tokens. OMIT THIS — the server allocates the model's full output ceiling (queried live, 65,536 on current Gemini 3 text models). It is a cap, not consumption — unused headroom costs nothing. Values below 4096 are IGNORED (thinking burns them before any visible output) and values above the model's real limit are clamped to it. | |
| temperature | No | Controls randomness (0.0 to 1.0). Ignored on Gemini 3+ (forced to 1.0 per Google docs). | |
| system_prompt | No | Optional system instruction | |
| thinking_level | No | Thinking depth for Gemini 3 models only. "low" minimises latency for simple tasks. "high" (default for Gemini 3) maximises reasoning depth. "medium"/"minimal" available on Gemini 3 Flash only. Ignored for non-Gemini-3 models. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| success | Yes |