Skip to main content
Glama

Gemini Chat

gemini_chat

Chat with Google Gemini models by sending messages. Customize responses with temperature and system prompts, and ground answers using Google Search for real-time information.

Instructions

Chat with Google Gemini models

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesThe message to send
modelNoModel to use (defaults to latest available)
temperatureNoControls randomness (0.0 to 1.0)
max_tokensNoMaximum tokens in response
system_promptNoOptional system instruction
groundingNoEnable Google Search grounding for real-time information
thinking_levelNoThinking 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

TableJSON Schema
NameRequiredDescriptionDefault
contentYes
successYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must disclose behaviors, but it only states the action. It does not mention that the tool mutates state (e.g., conversation history), requires authentication, has rate limits, or that some parameters like thinking_level are model-specific. The input schema covers defaults but not behavioral effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise and front-loaded. It opens with the key purpose. However, given the tool's complexity (7 parameters, output schema, many siblings), it may be too brief and omits useful context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite the presence of an output schema, the description lacks context about how this tool fits into the broader toolset. It does not clarify when to prefer this over gemini_agent or gemini_prompt_assistant, and it omits details about conversation state, model selection behavior, or response structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema documents all parameters with type, descriptions, and defaults. The description adds no extra meaning beyond what the schema provides, hence a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Chat with Google Gemini models' clearly states the verb (chat) and resource (Gemini models). It distinguishes itself from sibling tools like gemini_deep_research or gemini_agent by focusing on conversational interaction, but does not explicitly differentiate from gemini_agent or gemini_prompt_assistant, which may overlap.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives like gemini_agent or gemini_deep_research. There is no mention of use cases, preconditions, or exclusions, leaving the agent without context for choosing among similar tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Raindancer118/gemini-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server