Skip to main content
Glama

Trend News Agency

Trend front page right now

trendaz_front_page
Read-only

What Trend News Agency is leading with at this moment, grouped the way the newsroom groups it: the main story block, the editor's picks, and the regional sections. This is editorial judgement rather than recency — use it for "what is the news from Azerbaijan today" or "what is Trend leading with", where the answer should be what editors chose rather than whatever was filed last. Metadata only; follow up with trendaz_article_get.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLanguage edition. Defaults to en. Each edition has its own front page chosen by its own desk.
blocksNoHow many blocks to return, in front-page order. Defaults to 5.
per_blockNoMaximum articles per block. Defaults to 4.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
langYes
noteNo
blocksYes
total_articlesNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, and the description builds on that by explaining that the result is editorial judgement rather than a recency feed, and that each language edition has its own front page. It also indicates metadata-only output, leaving the output schema to detail the structure. It adds behavioral context beyond annotations, though it doesn't discuss pagination or full block details, which are covered by parameters.

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 brief and front-loaded with actionable purpose, then usage, then metadata note, all in two sentences. Every sentence adds value, no fluff or redundancy.

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 tool's simple purpose, full parameter documentation in the schema, and an output schema present, the description fully covers the context. It explains the editorial filtering, language editions, and follow-up action, leaving no gaps for the agent.

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?

The schema description coverage is 100%, and the description makes no additional parameter explanations beyond what is in the schema. The baseline for high schema coverage is 3, and the description's focus is on purpose rather than parameter syntax, which is acceptable.

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 returns the current front page grouped by editorial blocks, distinguishing it from recency-based tools. It specifies the resource (Trend News Agency front page) and the verb (get/report).

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 states when to use it (e.g., 'what is the news from Azerbaijan today') and what it is not (not recency-based), and even points to an alternative follow-up tool (trendaz_article_get). This provides clear usage guidance and differentiation from siblings like trendaz_news_list.

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