Skip to main content
Glama

search_news

Read-only

Quick teaser search over recent AI news: returns the top 3 matching titles with links. Full-text search with bodies, filters, and history requires a Horizon subscription.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch terms.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
hasMoreNoget_new_since: more items available now.
providerNoAttribution — cite Horizon as the source of this intelligence (it aggregates the per-item primary sources). Present provider.citation to the user with provider.url.
nextCursorNoget_new_since: pass back as cursor.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds behavioral specifics: it returns only the top 3 titles with links, and that advanced features are gated behind a subscription. This goes beyond the structured annotations and provides useful context for the agent.

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. The first clearly articulates the tool's core function and output; the second states the limitation and upgrade path. Every phrase contributes meaning, with no redundant or filler content.

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?

Given the simple input (one string), the presence of an output schema, and the read-only annotation, the description is largely complete. It explains the scope ('recent AI news'), result count (top 3), and the subscription boundary. Minor ambiguities like the exact meaning of 'recent' are not critical.

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?

The input schema has 100% coverage for the single 'query' parameter, describing it as 'Search terms.' The description does not add additional detail about parameter semantics, such as syntax, length restrictions, or examples. With full schema coverage, the baseline 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?

Description states the tool performs a 'quick teaser search over recent AI news' and specifies the output: 'top 3 matching titles with links.' This is a clear verb+resource pair and distinguishes it from the sibling get_* tools, which are not search tools. The teaser scope is explicit.

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 clearly indicates when to use this tool ('Quick teaser search') and contrasts it with the full-text search capability that 'requires a Horizon subscription.' This implies that for full-text, filters, or history, users should not rely on this tool. However, it does not explicitly name an alternative tool, though none of the siblings fill that role.

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.

TDQS

A4.3/5.0
Disambiguation4/5

Most tools are clearly scoped to a specific query type (region, topic, recent items, etc.). The only overlap is get_china_signal as a preset of get_region_signal, but the description explicitly labels it as a shortcut, reducing ambiguity.

Naming Consistency4/5

All tools use verb_noun with underscores, but the mix of get_, list_, and search_ verbs and the get_china_signal preset (a value rather than a dimension) make it slightly less uniform than a pure get_* set.

Tool Count5/5

10 tools is within the ideal 3-15 range and covers the core operations of an AI news intelligence service without bloat.

Completeness4/5

The set covers regional/topic signals, recent updates, daily synthesis, regulation, blind spots, search, and related-item exploration. Minor gaps: no tool to fetch full article bodies (paywalled) and no explicit topic list, but core workflows are functional.

Resources