Skip to main content
Glama
Byski

mcp-searchapi

by Byski

google_news

google_news

Search Google News for recent articles. When recency matters or users ask what's happening with a topic, use this instead of general web search to get current updates.

Instructions

Search Google News for recent news articles. Use this instead of google_search when recency matters or the user asks what is happening with a topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
glNoTwo-letter country code for the search, for example 'ie', 'us', 'gb'.
hlNoTwo-letter language code for the results, for example 'en', 'fr'.
numNoHow many results to request from the engine. Defaults to the engine's own default.
pageNoPage number for paginating through results. Starts at 1.
limitNoMaximum results to return to you. Kept low by default because search payloads are large; raise it only when you genuinely need more.
queryYesThe news topic to search for.
locationNoGeographic location to search from, as 'City,Country' (for example 'Dublin,Ireland'). Results are localised to this place.
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states the basic function and usage recommendation without covering result format, pagination behavior, rate limits, or any other nuances. This is a significant gap for a tool with no annotation support.

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 two sentences long, front-loading the primary action and immediately following with clear usage guidance. There is zero redundancy or fluff, making it highly efficient.

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 search tool with seven parameters, a required query, and no output schema, the description provides essential context: what it does and when to prefer it. The schema covers all parameters, and the recency emphasis clarifies the key distinction from siblings. It could mention result ordering or limitations, but it remains complete enough for an agent to select and invoke it correctly.

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 description coverage is 100%, so all seven parameters are already well-documented in the schema. The description itself adds no parameter-specific insights, keeping the score at the baseline of 3 per the calibration guidance.

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 Google News for recent news articles, giving a specific verb and resource. The mention of 'recent' and 'what is happening with a topic' distinguishes it from general google_search and other sibling tools, leaving no ambiguity about scope.

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 provides explicit usage guidance: 'Use this instead of google_search when recency matters or the user asks what is happening with a topic.' It names the alternative and gives concrete conditions, which exceeds minimal expectations and directly aids tool selection.

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/Byski/mcp-searchapi'

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