Skip to main content
Glama
BACH-AI-Tools

Google Search74 MCP Server

search

Execute a Google search to retrieve titles, URLs, and snippets, with options to limit results and include related keywords for deeper insights.

Instructions

The Google Search74 API endpoint allows users to perform a Google search query and retrieve relevant results based on the provided input. This endpoint is ideal for applications that require automated search capabilities, such as content aggregation, market research, or keyword analysis. ### Key Features: 1. Search Functionality: Execute a search query on Google and retrieve results. 2. Limit Results: Specify the maximum number of results to be returned. 3. Related Keywords: Optionally include related keywords in the response for deeper insights. ### Parameters: - query (string): The search term or keyword to query on Google. For example, "Nike". - limit (integer): The maximum number of search results to return. For example, 10. - related_keywords (boolean): A flag to include related keywords in the response. Set to true to retrieve related keywords, or false to exclude them. ### Response: The endpoint returns a structured JSON object containing: - Search Results: A list of search results, including titles, URLs, and snippets. - Related Keywords (if enabled): A list of keywords related to the search query for further exploration. This endpoint is designed to streamline search operations and provide actionable insights for applications leveraging Google search data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoExample value: 10
queryNoExample value: Nike
related_keywordsNoExample value: true

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full behavioral disclosure burden. It clearly explains the tool executes a search query with limit and optional related keywords, describes the response structure (search results and keywords), and implies read-only behavior by nature of search. However, it doesn't mention rate limits or auth requirements, but this is reasonable for a search API.

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

Conciseness3/5

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

The description is well-structured with sections and bullet points, but it is somewhat verbose. For example, the 'Key Features' section largely repeats information from the parameter and response descriptions. Some sentences like 'This endpoint is designed to streamline search operations...' could be condensed.

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 has three parameters, no required fields, full schema coverage, and an output schema, the description is largely complete. It explains the search functionality, parameter options, and response format. The only minor omission is a note that no parameters are required (all optional), but the schema already indicates this.

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?

Schema coverage is 100%, but the description adds substantial semantic value by explaining each parameter in plain language (e.g., 'search term or keyword to query on Google') and providing concrete examples for each. This goes well beyond the schema's minimal descriptions (just 'Example value').

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 explicitly states the tool performs a Google search query and retrieves relevant results, with specific use cases like content aggregation and market research. The verb 'search' and resource 'Google' are clearly defined, and the description distinguishes itself from unknown siblings.

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

Usage Guidelines3/5

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

The description mentions ideal use cases (automated search, content aggregation, etc.) and lists functional features, but it does not explicitly state when not to use this tool or provide guidance on alternatives, which is a gap given no sibling tools are listed.

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/BACH-AI-Tools/google_search74'

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