Skip to main content
Glama

Trend News Agency

Browse Trend headlines

trendaz_news_list
Read-only

List Trend News Agency headlines newest first, optionally narrowed by section, tag, author or a date range. Returns metadata only — headline, date, section, byline, excerpt and the canonical URL — never article text; follow up with trendaz_article_get for the ones worth reading. Use this to answer "what has Trend published about X" or "what did Trend report that week".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoTag slug or title to filter by.
langNoLanguage edition. Defaults to en. The three newsrooms publish independently, so coverage differs between them.
limitNoHow many headlines to return. Defaults to 20.
date_toNoLatest publication date, YYYY-MM-DD.
sectionNoSection slug as it appears in article URLs, e.g. "business", "politics", "uzbekistan".
author_idNoNumeric author id, as returned by trendaz_article_get.
date_fromNoEarliest publication date, YYYY-MM-DD.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
countYes
filtersNo
articlesYes

TDQS

A4.7/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description adds valuable behavioral detail: headlines are sorted newest first, results are metadata-only (headline, date, section, byline, excerpt, canonical URL), and article text is never returned. This gives the agent concrete expectations about response content without contradicting 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 with no wasted words: it states the core action, defines the return scope and limitations, and gives concrete use cases. It is front-loaded with the most important information and each sentence earns its place.

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?

Given the output schema, full parameter descriptions, and readOnlyHint annotation, the description adds the remaining necessary context: ordering, metadata-only behavior, the follow-up tool, and example queries. It is complete for an agent to select and invoke the tool 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 coverage is 100%, so parameters are already well-documented. The description adds useful semantic grouping by naming the filter dimensions (section, tag, author, date range) that map to the schema properties, reinforcing how the optional filters are intended to be combined.

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 opens with a specific verb and resource: 'List Trend News Agency headlines newest first' and enumerates the optional filters (section, tag, author, date range). It clearly differentiates from trendaz_article_get by stating it returns metadata only and never article text, and it also frames the use case for the list tool.

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 explicitly says when to use the tool: to answer 'what has Trend published about X' or 'what did Trend report that week.' It further directs follow-up to trendaz_article_get for full articles, effectively guiding the agent to choose this list tool for headlines and metadata rather than article retrieval.

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