Skip to main content
Glama

search_news

Search news articles by keyword with time filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whenNoTime range: 1h, 1d, 7d, 1y (default: 7d)
queryNoSearch query
countryNoCountry (default: us)

Schema Changelog

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

  1. Changed1 schema field changed
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavior. It only states the core function, omitting any details about return format, ordering, rate limits, or side effects. For a search tool, this minimal transparency is insufficient.

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 a single, front-loaded sentence that is appropriately concise. It conveys the essential purpose without unnecessary verbosity, making it easy for an agent to parse quickly.

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

Completeness2/5

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

Given the presence of many sibling tools and no output schema or annotations, the description is incomplete. It lacks usage guidance, return value expectations, or any filtering/sorting semantics, leaving the agent under-informed for tool selection.

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%, so the baseline is 3. The description adds minimal semantic value by mapping 'keyword' and 'time filter' to the query and when parameters, but it does not enrich beyond the schema's own descriptions.

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?

The description clearly states the tool searches news articles by keyword with a time filter, using a specific verb and resource. It distinguishes from siblings like 'top_news' or 'breaking_now' by emphasizing generic search capability, though it doesn't explicitly name alternatives.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives such as 'top_news' or 'trend_over_time'. The description implies ad-hoc search but provides no contextual signals or exclusions.

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

B3.1/5.0
Disambiguation4/5

Most tools have distinct purposes, but breaking_now overlaps with top_news and trending_topics, and topic_deep_dive partially overlaps with search_news and trend_over_time. Descriptions generally clarify the differences, making confusion unlikely but possible.

Naming Consistency3/5

All names use snake_case, but the pattern is mixed: some are verb_noun (search_news, compare_coverage), some are noun phrases (top_news, related_queries), and some are less conventional (breaking_now, topic_deep_dive). This makes the naming somewhat inconsistent but still readable.

Tool Count5/5

The server has 9 tools, which is well within the ideal 3-15 range. Each tool addresses a specific news/trend analysis need without unnecessary bloat, making the set well-scoped.

Completeness4/5

The tool set covers news search, top headlines, breaking news, trend analysis, related queries, and coverage comparison. Minor gaps exist, such as no direct article content retrieval or source management, but the available tools handle the core domain effectively.