Skip to main content
Glama

NewTqnia MCP – Technology News & Research

Get a news article by ID

get_news_by_id
Read-onlyIdempotent

Returns one published article. Administrators get the complete bilingual record, including bodies, tags, citations, and access to unpublished drafts. Other accounts get a single locale (pass the caller's language in locale) with a title, summary, and canonical URL to read the full article - never the article body.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoThe calling user's language. Ignored for administrator tokens, which always receive both languages.en
news_idYesThe exact NewTqnia article ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlNo
slugYes
tagsYes
titleNo
sourceNo
statusNo
url_arNo
url_enNo
body_arNo
body_enNo
summaryNo
categoryYesFull taxonomy record for administrator tokens; {slug, name} for other accounts.
editableNo
title_arNo
title_enNo
citationsYes
read_timeYes
created_atYes
image_pathYes
summary_arNo
summary_enNo
updated_atYes
view_countNo

TDQS

A4.5/5.0
Behavior5/5

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

The description goes beyond the read-only annotation by explaining the role-based behavior: administrators get complete bilingual records including bodies, tags, citations, and drafts, while other accounts only get a single locale with title, summary, and canonical URL, never the article body. This is rich behavioral context not captured by 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 two sentences, front-loaded with the core function, and every sentence adds necessary detail. 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?

For a get-by-ID tool with an output schema, the description is complete. It explains the two access scenarios and what each role receives, including the notable exclusion of article body for non-admins. The output schema can handle field-level details, so no further explanation is needed.

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 schema already fully describes both parameters (100% coverage), so the baseline is 3. The description adds extra meaning by instructing to pass the caller's language in locale and noting that it is ignored for administrator tokens, which is valuable beyond the schema.

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 one published article by ID, which is a specific verb+resource. It also distinguishes itself from siblings by detailing the admin vs. non-admin behavior and access to unpublished drafts, making it unambiguous which tool to use for fetching a single article.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for retrieving a specific article by ID, and provides guidance on setting the locale parameter. However, it does not explicitly mention when to use this tool versus alternatives like get_recent_news or search_terminology, lacking clear exclusions or alternative references.

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.3/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: news by ID, recent news list, timeline by ID, explainer search, terminology search, and server status. There is no overlap in purpose, and descriptions clearly differentiate the retrieval patterns.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (get_*, search_*), which is predictable. The exception is server_status, which uses a noun phrase rather than a verb-led name, but this is a minor deviation and still readable.

Tool Count5/5

With 6 tools, the set is well-scoped for a retrieval and search server. Each tool earns its place, and the count is neither too thin nor too heavy for the stated purpose.

Completeness3/5

The set covers core retrieval for news and timelines, and search for explainers and terminology. However, there is no way to discover timelines without knowing an ID, and no search for news articles beyond the recent list. This creates a notable gap in content discovery.

Resources