ask_gemini
ask_geminiAsk Google Gemini 3.1 Pro, concise answer. ~$0.03.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Your question |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |
ask_geminiAsk Google Gemini 3.1 Pro, concise answer. ~$0.03.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Your question |
| Name | Required | Description | Default |
|---|---|---|---|
| result | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare openWorldHint=true and readOnlyHint=false, but the description adds cost (~$0.03) and answer conciseness, which are not captured in structured annotations. This provides useful operational context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, purposeful fragment: 'Ask Google Gemini 3.1 Pro, concise answer. ~$0.03.' It conveys the model, output style, and cost in ten words, with zero redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool with an output schema, the description is largely complete. It covers the core purpose and cost, though it omits any mention of response limits or rate constraints, which would be marginal for this use case.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with q described as 'Your question'. The tool description does not add any additional semantic detail beyond what the schema already provides, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the action (ask), the target resource (Google Gemini 3.1 Pro), and the response style (concise answer), which distinguishes it from sibling ask_* tools like ask_gpt and ask_grok.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives. It does not mention ask_gpt, ask_grok, or any selection criteria, leaving the agent without context for choosing this model.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.