Skip to main content
Glama
esinecan

google-search-mcp

by esinecan

google_fetch

Fetches web pages as markdown via a real browser, enabling access to dynamic content, paywalls, and cookie-walled articles. Removes boilerplate to return only the article body.

Instructions

Read web pages as markdown, through the warmed logged-in browser.

Use this instead of a plain HTTP fetch when the page needs a real browser: JS-rendered apps, soft paywalls, cookie-walled articles, anything behind the Google login. That capability is the whole point -- for a static public page an ordinary fetch is cheaper.

Boilerplate (nav, footers, cookie banners, related-story rails) is stripped and only the article body comes back, so the payload is a fraction of the raw HTML. Output is markdown, which keeps headings, lists and code fences intact.

Capped at 5 URLs per call and read sequentially with per-host throttling -- this is a real browser making real requests. max_chars truncates each page on a paragraph boundary and sets truncated with the full length in chars_total.

A page that cannot be read comes back with ok: false and a reason rather than sinking the call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYes
max_charsNo
Behavior5/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. It discloses boilerplate stripping, markdown output, 5-URL cap, sequential reading with throttling, max_chars truncation behavior (paragraph boundary, `truncated` and `chars_total` fields), and error handling (`ok: false`). This is rich behavioral detail that goes far beyond what the schema reveals.

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 appropriately sized, with each paragraph serving a distinct purpose: purpose, usage guidance, output behavior, limits/parameters, error handling. It is front-loaded with the core purpose and every sentence contributes value. No fluff or redundancy.

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

Completeness5/5

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

For a tool with no annotations, no output schema, and underspecified parameters, the description covers all essential aspects: purpose, usage boundaries, output format, limits, parameter behavior, and failure modes. It is complete enough for an agent to select and invoke the tool correctly without additional context.

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

Parameters5/5

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

Schema has 0% description coverage, so the description must compensate. It does: `urls` is implicitly defined as the web pages to read, and `max_chars` is fully explained (truncates on paragraph boundary, sets `truncated`/`chars_total`). The cap of 5 URLs also adds meaning to the `urls` parameter. Both parameters are semantically clarified.

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 opens with a specific verb and resource ('Read web pages as markdown') and immediately distinguishes itself from ordinary HTTP fetch and sibling tools by clarifying its unique value (browser-based fetching for JS-rendered, paywalled, or logged-in content). The purpose is unmistakable and distinctive.

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?

Explicitly states when to use this tool instead of a plain HTTP fetch ('JS-rendered apps, soft paywalls, cookie-walled articles') and when not to ('for a static public page an ordinary fetch is cheaper'). This is a textbook example of when/when-not usage guidance with a named alternative.

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/esinecan/google-search-mcp'

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