Skip to main content
Glama

Trend News Agency

What Trend covers

trendaz_coverage_get
Read-only

Describe what the Trend News Agency archive covers: which language editions exist and their canonical hosts, which regions and beats the agency reports on, and the terms under which its text may be used. Call this before a first search to find out whether Trend is a useful source for a question, and which language edition to search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
beatsNo
licenseYes
regionsYes
editionsYes
publisherYes
not_yet_availableNo
editions_not_availableNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already include readOnlyHint: true, and the description adds context about the type of information returned (coverage details, languages, regions, usage terms). It mentions usage terms, which is extra behavioral context beyond annotations. No contradiction with annotations, and it uses the annotation coverage appropriately.

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 two sentences, front-loaded with the purpose and followed by usage guidance. Every sentence adds value, with no redundancy or filler. It is concise and well-structured.

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 low complexity (no parameters) and the presence of an output schema, the description fully covers the tool's scope: what it does, what it covers, and when to call it. It provides all necessary context for an agent to decide whether to invoke it, without needing to describe return values since the output schema exists.

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?

The tool has zero parameters, so the baseline score of 4 applies per the rubric. The description does not need to explain parameters, and it correctly focuses on the tool's purpose and output content.

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 states a specific verb and resource: 'Describe what the Trend News Agency archive covers.' It enumerates the exact content areas (language editions, canonical hosts, regions, beats, usage terms), which clearly differentiates it from sibling tools that fetch articles or search. This is a distinct, well-defined purpose.

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 explicitly says 'Call this before a first search to find out whether Trend is a useful source for a question, and which language edition to search.' This gives clear context on when to use it, but it does not explicitly mention alternatives or when not to use it, so it falls slightly short of the highest rating.

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