Skip to main content
Glama

search-news

web.news
Read-onlyIdempotent

Search live news and retrieve ranked recent articles with title, URL, snippet, age, source, and breaking flag as clean JSON. Optimized for current-events queries where standard web search lags.

Instructions

[$0.02/call, wallet required] Live news search: ranked recent articles (title, URL, snippet, age, source, breaking flag) from an independent search index as clean JSON. Same freshness filter as web search (pd/pw/pm/py). Optimized for current-events queries where the web index lags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch query (max 400 chars)
countNoResults to return, 1-50 (default 10)
countryNoOptional 2-letter country code (default US)
freshnessNoOptional: pd, pw, pm, or py (past day/week/month/year)
Idempotency-KeyNoOptional client-supplied key. Replaying the same key with the same payment/PoW credential and request body returns the original result instead of charging again.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
queryYes
resultsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.3.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds valuable behavioral context beyond that: the per-call cost, wallet requirement, independent index, clean JSON output, and the returned article fields. This is solid disclosure without contradicting annotations.

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 compact and front-loaded with the most important operational detail (cost and wallet requirement) before explaining what the tool returns and when to use it. Every sentence contributes actionable information with no filler.

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?

The description is complete for a search tool of this complexity: it covers purpose, output shape, cost, freshness options, and the use case distinction from web search. The output schema and annotations carry the remaining details like parameter limits and idempotency behavior.

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 the parameter documentation is already comprehensive. The description adds some value by explaining the freshness values (pd/pw/pm/py) and that the tool returns ranked results, but it does not meaningfully enhance the parameter semantics 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 identifies the tool as a live news search returning ranked recent articles with specific fields (title, URL, snippet, age, source, breaking flag). It also distinguishes itself from general web search by noting it uses an independent news index optimized for current-events queries where the web index lags.

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 gives clear context for when to use the tool: current-events queries where the web index lags, and notes the same freshness filter as web search. It does not explicitly state when not to use it or name web.search as the alternative, but the positioning against the web index implies the usage boundary.

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

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/MikeyPetrillo/Agent402'

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