Skip to main content
Glama

Trend News Agency

Search the Trend archive

trendaz_news_search
Read-only

Search Trend News Agency's archive by keyword and get matching headlines ranked by relevance, with date, section, byline and canonical URL. The archive runs back to 2003 and holds over 2.6 million articles across the English, Azerbaijani and Russian editions. Wrap words in double quotes for an exact phrase — "Trans Anatolian Pipeline" is far narrower than the same three words loose. Returns metadata only; use trendaz_research when you want the text of what was reported, or trendaz_article_get for one article.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage edition to search. Defaults to en. The three newsrooms report independently, so a story covered in one may be absent from another.
sortNoDefaults to relevance. Use date when recency matters more than fit.
limitNoHow many results. Defaults to 10.
queryYesKeywords. Double quotes mark an exact phrase.
date_toNoLatest publication date, YYYY-MM-DD.
sectionNoRestrict to a section slug, e.g. "business" or "casia". A parent section includes everything under it.
date_fromNoEarliest publication date, YYYY-MM-DD.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
countYes
queryNo
articlesYes
total_is_floorNo
total_matchingNo

TDQS

A4.9/5.0
Behavior5/5

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

With readOnlyHint=true already provided in annotations, the description adds valuable context: the archive spans back to 2003 with 2.6 million articles across three editions, and it returns metadata only. It also explains exact phrase behavior with a concrete example, contributing behavioral insight beyond the schema and 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?

The description is three sentences, front-loaded with the core action and output, and each sentence earns its place. It provides useful context about archive coverage, searching behavior, and alternative tools without verbose or redundant text.

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

Completeness5/5

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

The tool has 7 parameters and an output schema, and the description covers the essential use case, return type, collection scope, language editions, phrase searching, and related tools. Given the rich schema and output schema, the description sufficiently contextualizes the tool for an agent to invoke it correctly.

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 description doesn't need to explain every parameter. It adds value by illustrating the exact-phrase use case with a real-world example and reinforcing the language edition independence. The baseline is high because the schema is thorough; the description neatly complements it.

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 the tool searches the Trend News Agency archive by keyword and returns matching headlines with ranking, date, section, byline, and URL. It explicitly differentiates itself by noting it returns metadata only, which separates it from siblings like trendaz_research and trendaz_article_get.

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

Usage Guidelines5/5

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

The description gives explicit guidance: use trendaz_research for full reported text and trendaz_article_get for a single article. It also implies when the search tool is appropriate (keyword-based headline retrieval) versus alternatives, making the use case clear.

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.2/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: article_get, author_get, coverage_get, front_page, news_list, news_search, page_get, research, subscription_plans, taxonomy_search, trending, and whoami each serve a unique function. Some overlap exists (e.g., news_search vs. research, news_list vs. trending), but descriptions clarify the differences.

Naming Consistency2/5

Naming patterns are inconsistent. Some tools follow noun_get (article_get, author_get), others use noun_search (news_search, taxonomy_search), while some are bare nouns (front_page, trending, whoami) or verbs (research). This mixed style makes the API less predictable.

Tool Count4/5

With 12 tools, the count is reasonable for a news agency data server. Each tool addresses a specific need, though a few could be combined (e.g., research could subsume news_search and article_get). The count is slightly above the ideal range but still well-scoped.

Completeness5/5

The tool set covers the full read-only surface for this domain: retrieving articles, authors, coverage info, front page, list, search, static pages, subscription plans, taxonomy, trending, and account status. There are no obvious missing operations for a news data server.

Resources