Skip to main content
Glama

Hottub News

Search or browse news

search_news
Read-onlyIdempotent

Newest-first headlines from worldwide sources, optionally filtered by words, language, country, topic, source, kind and time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoWhat you're looking for, in any language. Matches by meaning and by keyword (hybrid) over the last 7 days unless since is given; results carry a relevance score.
kindNoComma-separated: article, press_release, official, community, research, sponsored
langNoComma-separated ISO 639-1 codes, e.g. "en,es"
sortNohot: most widely covered stories of the last 48h, one per story; positive/negative: most positive/negative tone first (last 24h unless since is given)newest
limitNo
matchNokeyword: exact words only; semantic: meaning only (cross-language)hybrid
sinceNoOnly items published at/after this: RFC 3339, a date, or an age like "6h", "2d"
topicNoComma-separated topics, e.g. "space,science"
untilNoOnly items published at/before this
beforeNoPaging cursor from a previous result's next link
entityNoComma-separated Wikidata ids (from find_entities), e.g. "Q312"
formatNomd: readable with summaries; lines: tab-separated, fewest tokens; ndjson/json: full recordsmd
sourceNoComma-separated source ids (see list_sources) or publisher domains
countryNoComma-separated ISO 3166-1 alpha-2 codes of the publisher's country, e.g. "US,GB"
categoryNoComma-separated IPTC top-level categories: arts-culture-entertainment, conflict-war, crime-law, disaster-accident, economy-business, education, environment, health, human-interest, labour, lifestyle-leisure, politics, religion, science-technology, society, sport, weather
collapseNoOne item per story (best representative); related = other reports of it
tone_maxNo
tone_minNoOnly items with tone ≥ this (-1 most negative … 1 most positive)
politicalNotrue: political stories only (political score ≥ 0.5); false: non-political only
sentimentNoComma-separated: negative, neutral, positive
sponsoredNoPaid press releases are labeled; exclude to omit theminclude

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint and destructiveHint=false, so the safety profile is covered structurally. The description adds the default 'newest-first' ordering and worldwide source scope, but says nothing about result-set size behavior, pagination, or rate limits — modest value beyond 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?

A single front-loaded sentence that leads with ordering and resource, then enumerates filters. No filler, no restatement of the title, and nothing that could be cut.

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

Completeness3/5

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

For a 21-parameter, open-world search tool with no output schema, the description plus rich schema covers the mechanics, and annotations cover safety. What is missing is any statement of result-shaping behavior (return format selection is only in the schema) or guidance on chaining with find_entities/list_sources, so the definition is workable but thin for the tool's complexity.

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 90%, so nearly every parameter is already documented in the schema (including the important semantic/keyword matching notes and format trade-offs). The description only re-lists the filter names and adds no syntax or interaction detail beyond what the schema provides, making the baseline 3 correct.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Names a clear resource (news/headlines) and enumerates the filterable dimensions (words, language, country, topic, source, kind, time), so the agent knows this is the broad search/retrieval entry point. It does not name or contrast itself against siblings like list_stories or get_news_item, so it stops short of full differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implied usage only: the word 'optionally filtered' tells the agent filters are add-ons to a general query, but there is no explicit when-to-use-this-instead-of guidance versus list_stories, get_story, or find_entities, and no note about paging via 'before'/next links. Adequate but leaves routing to inference.

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