Skip to main content
Glama

Trend News Agency

Check access level

trendaz_whoami
Read-only

Report which Trend News Agency access tier this connection has, which tools it may call, and what its request budget is. Call this first when a Trend tool is refused or returns less than expected — it distinguishes "not permitted at your tier" from "no such data".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierYes
notesNo
quotaNo
scopesYes
serverNo
protocolYes
tier_titleYes
tool_namesNo
quota_enforcedNo
tools_availableYes
article_body_rightsNo

TDQS

A4.1/5.0
Behavior4/5

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

Annotations indicate readOnlyHint=true, and the description reinforces this by stating it reports information without modifying data. It adds useful context about what it diagnoses (permission vs. data absence), complementing the annotations without contradicting them.

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 concise and informative, using two sentences to convey purpose and usage guidance without unnecessary verbosity. It is well-structured and immediately relevant.

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

Completeness4/5

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

Given the tool's simplicity (no parameters) and the presence of an output schema, the description sufficiently covers its purpose, usage, and diagnostic value. It is complete enough for an agent to invoke it appropriately.

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?

Since there are no parameters, the schema coverage is 100%, and the baseline is 4. The description effectively explains what the output indicates, adding value beyond the empty schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: reporting the access tier, available tools, and request budget. It distinguishes itself by explaining it helps differentiate between permission issues and data availability, which is distinct from sibling tools that fetch content.

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 advises using this tool first when a Trend tool is refused or returns unexpected results. It implies a diagnostic role but does not explicitly state when not to use it or mention specific alternatives, hence a slight deduction.

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