Skip to main content
Glama
zoharbabin

Google Researcher MCP

Google News Search

google_news_search
Read-only

Search for recent news articles with filters for freshness (hour to year) and sorting by relevance or date. Restrict results to a specific news source.

Instructions

Search for recent news articles with freshness filters and date sorting.

When to use:

  • Current events, breaking news, time-sensitive topics

  • Need headlines and snippets from news sources

  • Want to restrict by publication date

When to use scrape_page instead:

  • You need the full article content

Key parameters:

  • freshness: hour, day, week, month, year (default: week)

  • sort_by: relevance or date

  • news_source: Restrict to specific domain (e.g., 'bbc.com')

Caching: Results cached for 30 minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe news search query
num_resultsNoNumber of news results to return
freshnessNoHow recent the news should beweek
sort_byNoSort order: by relevance or by date (most recent first)relevance
news_sourceNoRestrict to a specific news source domain

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
articlesYesList of news articles
queryYesThe search query that was executed
resultCountYesNumber of articles found
freshnessYesFreshness filter that was applied
sortedByYesSort order used
Behavior4/5

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

Annotations already indicate read-only and open-world nature; description adds caching duration (30 minutes) and mentions headlines/snippets output, though no error or rate limit details.

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?

Well-structured with clear sections and no wasted words; every sentence serves a purpose.

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?

Given output schema exists, the description covers usage, alternatives, caching, and key parameters fully for a search tool.

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

Parameters3/5

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

Schema coverage is 100%, so description adds limited extra value; it restates default values and examples but doesn't provide deeper behavioral context 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 it searches for recent news articles with freshness filters and date sorting, distinguishing it from siblings like scrape_page for full content.

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?

Explicit 'When to use' and 'When to use scrape_page instead' sections provide clear context, along with mentioning key parameters for nuanced usage.

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/zoharbabin/google-researcher-mcp'

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