Skip to main content
Glama
mkih76

gemini-search-mcp

by mkih76

ask

Read-only

Pose any question to an AI that automatically searches the web when needed to provide a synthesized answer.

Instructions

Ask Google AI Mode any question and get an AI-generated answer.

Similar to web_search but intended for general questions that may or may not require web search. Google AI Mode will automatically decide whether to search the web or answer from its training data.

Args: prompt: Any question or instruction. Google AI Mode will search the web if needed and synthesize an answer.

Returns: AI-generated answer, potentially grounded in web search results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds that AI Mode may search the web or answer from training data, and that the answer is 'potentially grounded in web search results', which provides useful behavioral context beyond the annotation.

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

Conciseness5/5

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

The description is concise with two short paragraphs and a clear argument description. It front-loads the purpose and avoids unnecessary details, making it easy for an agent to parse.

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

Completeness4/5

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

Given the tool's simplicity (one parameter, output schema exists), the description adequately covers purpose, usage, behavior, and return value. It lacks error scenarios or edge cases, but for a straightforward tool, it is complete enough.

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

Parameters4/5

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

The input schema has 0% description coverage for the single parameter 'prompt'. The description compensates by describing it as 'Any question or instruction' and explaining how it is processed (web search if needed). This provides sufficient semantic meaning beyond the schema.

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

Purpose5/5

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

The description clearly states 'Ask Google AI Mode any question and get an AI-generated answer', directly indicating the verb (ask) and resource (Google AI Mode). It explicitly contrasts with sibling tool 'web_search', clarifying its purpose for general questions.

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

Usage Guidelines5/5

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

The description explicitly states it is 'Similar to web_search but intended for general questions that may or may not require web search', providing clear when-to-use guidance and differentiation from the sibling tool.

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/mkih76/gemini-search-mcp-cn'

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