Skip to main content
Glama
BACH-AI-Tools

Real Time News Data MCP Server

search

Find news articles by search query with optional filters for time, source, country, and language to get relevant results.

Instructions

Search news articles by query with an option to limit the results to a specific time range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query for which to get news.
limitNoMaximum number of news articles to return. Default: 500 Allowed values: 1-50010
time_publishedNoFind news articles published in a specific time range. Default: anytime
sourceNoDomain of the source from which to return news articles. Example: cnn.com
countryNoCountry code. See all available country codes. Default: US
langNoThe language to use for the results, specified as a 2-letter language code - see ISO 639-1 alpha-2. Default: en
Behavior2/5

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

With no annotations, the description provides minimal behavioral disclosure (only basic operation). It does not mention authentication needs, rate limits, error handling, or output format.

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?

Single sentence, efficient and front-loaded with key purpose.

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?

Despite 6 parameters and no output schema, the description is too brief. It omits return structure, pagination, sorting defaults, and how to combine filters.

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 baseline is 3. The description adds context that query is primary and time_published enables time range, but does not add significant meaning beyond the schema descriptions.

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 states it searches news articles by query with optional time range, distinguishing it from sibling tools like top_headlines or topic_news_by_section which are more specific.

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?

No guidance on when to use this tool versus alternatives like topical or local headline tools. It does not specify prerequisites, limitations, or exclusions.

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

Install Server

Other Tools

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/BACH-AI-Tools/bachai-real-time-news-data'

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