Skip to main content
Glama
jemondragon

NewsData.io MCP Server

by jemondragon

News Archive

newsdata_archive
Read-onlyIdempotent

Search archived news articles by keyword and date range to retrieve historical coverage for research and trend analysis.

Instructions

Search historical news articles (paid plans only).

Access archived news with date range filtering. Useful for research and historical analysis.

Args:

  • q: Search keywords

  • from_date: Start date (YYYY-MM-DD or YYYY-MM-DD HH:MM:SS)

  • to_date: End date (YYYY-MM-DD or YYYY-MM-DD HH:MM:SS)

  • country, language, category: Standard filters

  • size: Results per page

  • page: Pagination token

Examples:

  • News about Tesla in January 2025: q="tesla", from_date="2025-01-01", to_date="2025-01-31"

  • Historical crypto coverage: q="bitcoin", from_date="2024-01-01", to_date="2024-12-31"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch keywords. Use AND/OR/NOT operators. Example: 'bitcoin AND ethereum'
tagNoFilter by AI-detected tags
pageNoPagination token from previous response's nextPage value
sizeNoNumber of articles per request (free: max 10, paid: max 50)
imageNoFilter articles with (1) or without (0) images
videoNoFilter articles with (1) or without (0) videos
domainNoComma-separated source domains. Example: 'bbc.co.uk,cnn.com'
countryNoComma-separated country codes. Example: 'us,gb,ca'
qInMetaNoSearch keywords in title, URL, and meta description
to_dateNoEnd date: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
categoryNoComma-separated categories: business, crime, domestic, education, entertainment, environment, food, health, lifestyle, other, politics, science, sports, technology, top, tourism, world
languageNoComma-separated language codes. Example: 'en,es,fr'
qInTitleNoSearch keywords in article titles only
timezoneNoTimezone for results. Example: 'America/New_York'
domainurlNoComma-separated full domain URLs
from_dateNoStart date: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS
sentimentNoFilter by article sentiment
excludedomainNoComma-separated domains to exclude
prioritydomainNoFilter by domain priority: top (top 10%), medium (top 30%), low (top 50%)
removeduplicateNoSet to '1' to remove duplicate articles
Behavior3/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds the access restriction ('paid plans only') and hints at pagination via the 'page' arg, but it does not disclose return format, rate limits, or sorting behavior. It provides some value beyond annotations but with clear gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a clear summary, followed by a compact args list and two illustrative examples. It is efficient, though the args list partly duplicates schema information, preventing a perfect score.

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?

This is a complex 20-parameter tool with no output schema. The description provides examples and key parameters but does not describe the response structure, pagination navigation details, or error behavior. The rich schema and annotations help, but the description alone leaves some gaps for a complete understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds practical examples (e.g., q='tesla', from_date='2025-01-01', to_date='2025-01-31') and highlights key parameters like q, from_date, to_date, size, and page, making parameter usage more concrete.

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 explicitly states 'Search historical news articles (paid plans only)' with a specific verb and resource. It clearly distinguishes from sibling tools like 'latest', 'crypto', 'market', and 'sources' by focusing on the 'archive' and 'historical' aspect.

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 provides clear context: it is 'useful for research and historical analysis' and notes 'paid plans only'. However, it does not explicitly name alternatives or state when not to use this tool, so it stops short of full usage-guideline clarity.

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/jemondragon/newsdata-mcp-server'

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