Skip to main content
Glama

Search news

search_news
Read-only

Search recent news on any topic across a curated index of news outlets worldwide, judged by a relevance model. Returns the matching articles: title, link, source, date, country and language, standfirst, and short excerpts in the modes that read. Use it for current events and for what outlets reported about a company, person, place or topic. Defaults: mode "fast" (US$1.40 per 1,000 searches) and the last 7 days; mode "ultra" judges headlines only, for US$1.00.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoOnly the last N days, 1 to 365. Defaults to 7 unless published_after or published_before are given.
modeNofast (default): headlines and standfirsts · ultra (cheapest): headlines only · normal: also reads the best matches · deep: reads more, finds the topic in other words too.fast
queryYesWhat to look for, in any language: a topic, event, person, company or place, such as "inflation in Argentina" or "OpenAI funding".
countriesNoOnly sources from these countries: ISO 3166-1 alpha-2 codes, such as ["AR"] or ["US", "GB"].
languagesNoOnly sources that publish in these languages: ISO 639-1 codes, such as ["es"] or ["en", "pt"].
max_resultsNoHow many results, 1 to 25. Defaults to 10.
exclude_domainsNoNever these domains or paths.
include_domainsNoOnly these domains or paths, such as example.com or example.com/sports.
published_afterNoPublished on or after this date: 2026-09-25, or a date-time with offset.
published_beforeNoPublished on or before this date; a bare date includes that whole day.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes
queryYes
cachedNo
resultsYes
cost_usdYes
warningsNo
incompleteNoThe time or token budget ran out: there may be more.
request_idYes
near_missesNoOnly when nothing matched: the closest articles, which may not be about it.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the readOnlyHint and openWorldHint annotations, the description adds meaningful behavioral context: it is based on a curated outlet index, uses a relevance model, returns specific article fields, and discloses mode-dependent behavior and pricing. This is substantial transparency for a read-only search tool.

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 four dense sentences with no fluff. It front-loads the core purpose, then return fields, usage guidance, and defaults/costs in a logical order, and every sentence carries information an agent needs.

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 10-parameter tool, the rich schema covers parameter mechanics, the output schema covers return shape, and the description supplies the missing context: when to use it, what index it searches, and how modes differ. Nothing essential for selecting and invoking the tool correctly is missing.

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%, with detailed descriptions already covering defaults, ranges, formats, and examples. The description reinforces the default 7-day window and mode behavior, but it adds little genuinely new parameter-level meaning, so the baseline score of 3 is appropriate.

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 action and resource: 'Search recent news on any topic across a curated index of news outlets worldwide.' It also lists the returned fields and names concrete use cases, making it clearly distinguishable from sibling tools even without reading their schemas.

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?

It explicitly says 'Use it for current events and for what outlets reported about a company, person, place or topic,' which gives an agent clear context for when to invoke it. However, it does not explicitly name alternatives or state when not to use it, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources