Skip to main content
Glama

Trend News Agency

Look up a Trend journalist

trendaz_author_get
Read-only

Look up a Trend News Agency journalist by name, id or profile alias, and get what the agency publishes about them: role, the beats they cover, biography, stated expertise, declared conflicts of interest and whether they are staff. Use it when a citation needs to establish who reported something and what standing they have on the subject. Combine with trendaz_news_list using the returned id to see what else they have written.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoNumeric author id, as returned by trendaz_article_get.
langNoLanguage edition whose directory to search. Defaults to en.
nameNoByline as printed, in whole or part, e.g. "Maryana". Matched case-insensitively.
aliasNoProfile slug from an author URL, e.g. "peter_tase".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
foundYes
authorNo
matchesNo

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds behavioral context by listing the specific data fields (role, beats, bio, etc.) and indicating that it returns an id for further use. It does not contradict annotations and adds useful detail about the tool's output semantics.

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?

Three sentences, each purposeful. The first defines the action and outputs, the second states the use case, and the third suggests a follow-up action. No redundant wording, front-loaded with the core purpose. It is concise yet complete.

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?

With an output schema present, the description doesn't need to explain return format. It covers the essential aspects: what the tool does, what info it returns, when to use it, and how to chain it with another tool. Given its read-only nature and clear schema, no gaps are evident.

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% — all four parameters have descriptions in the input schema. The description adds context beyond the schema by clarifying that the id is returned by trendaz_article_get, and by giving examples of name and alias formats. This slightly elevates it above the baseline of 3 for full schema coverage.

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 starts with a specific verb+resource ('Look up a Trend News Agency journalist') and enumerates the exact data returned (role, beats, biography, expertise, conflicts of interest, staff status). It clearly distinguishes itself from siblings like trendaz_news_list (which lists articles) and trendaz_article_get (which fetches a single article) by focusing on the author profile.

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?

Explicitly states when to use: 'when a citation needs to establish who reported something and what standing they have on the subject.' It also gives a concrete workflow recommendation: 'Combine with trendaz_news_list using the returned id to see what else they have written.' This provides clear context and directs the agent to a complementary tool.

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