Skip to main content
Glama
seepine
by seepine

web_search

Search the web for real-time or external information using a Google-compatible search API.

Instructions

You MUST use this tool whenever you need to search for real-time or external information on the web.

A web search API that works just like Google Search.

Args: query (str): The search query. Aim for 3-5 keywords for best results. For time-sensitive topics, include the current date (e.g. latest iPhone 2025).

Search Strategy: - If no useful results are returned, try rephrasing your query with different keywords.

Returns: A JSON object containing the search results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query. Aim for 3-5 keywords for best results.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that it returns a JSON object with search results but does not disclose rate limits, result count, failure behavior, or safety implications. The search strategy tip about rephrasing is a behavioral note, but the overall transparency is limited.

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 organized into clear sections (Args, Search Strategy, Returns) and is not overly long. The opening imperative 'You MUST' is somewhat redundant but the overall structure is efficient. It earns a 4 for clear structure with minor excess.

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?

For a simple one-parameter search tool, the description is largely complete: it explains the query, provides a strategy, and states the return type. It lacks output schema details but that is not mandatory here. The sibling context is clear, making the description sufficient overall.

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 schema covers the query parameter with a description, and the description reiterates that guidance. It adds the extra tip to include the current date for time-sensitive topics, which provides useful semantics beyond the schema. Since schema coverage is 100%, baseline is 3, and the added date advice nudges it to 4.

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 it is a web search API for real-time/external information, using the analogy 'works just like Google Search.' This distinguishes it from the sibling tool 'understand_image,' which handles image understanding. The verb+resource is specific: search the web.

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

Usage Guidelines4/5

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

The description explicitly instructs 'You MUST use this tool whenever you need to search for real-time or external information on the web,' providing clear when-to-use criteria. It also includes a search strategy for rephrasing queries if no results are returned. However, it does not explicitly mention alternatives beyond the sibling context, so it earns a 4 rather than 5.

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/seepine/minimax-coding-plan-mcp'

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