Skip to main content
Glama

NewTqnia MCP – Technology News & Research

Get a timeline by ID

get_timeline_by_id
Read-onlyIdempotent

Returns one published timeline. Administrators get the complete bilingual record with every event, source, and related link, plus access to draft content. Other accounts get a single locale (pass the caller's language in locale): each event's title, summary, media, sources, and related links, plus a canonical URL to the full timeline - never event bodies or the timeline introduction/conclusion.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlNo
slugYes
uuidNo
titleNo
eventsYes
statusNo
url_arNo
url_enNo
summaryNo
end_dateYes
featuredNo
title_arNo
title_enNo
created_atYes
is_ongoingYes
start_dateYes
summary_arNo
summary_enNo
updated_atYes
cover_mediaNo
event_countYes
conclusion_arNo
conclusion_enNo
timeline_typeYes
introduction_arNo
introduction_enNo

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds significant behavioral detail: administrators receive complete bilingual records including drafts, while other accounts receive a single locale with specific fields and who are explicitly barred from event bodies and the timeline introduction/conclusion. This goes well beyond annotation hints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with a front-loaded action. The second sentence is long and somewhat dense, but each clause carries necessary information about role-based responses. It is efficient enough for its content, though a bit more structured formatting could improve readability.

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 output schema and annotations, the description is largely complete. It covers what is returned for both admin and non-admin roles, mentions the canonical URL, and states exclusions. It does not cover error cases or pagination, but those are not critical for this read-only, single-resource tool.

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?

Schema description coverage is 100% and already documents both parameters thoroughly, including the locale's enum and note that it is ignored for admins. The description reiterates the locale guidance ('pass the caller's language in locale') without adding new semantic meaning, so the baseline 3 applies.

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 opens with 'Returns one published timeline', a specific verb+resource pairing that clearly states the tool's function. It distinguishes from sibling tools like get_news_by_id by focusing on timelines and immediately notes role-based response differences, making its scope unambiguous.

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 gives clear usage context: use this tool to retrieve a timeline by ID, and instructs non-admin callers to pass their language in the locale parameter. It does not explicitly say when not to use it or name alternatives, but the context is sufficient for an agent to select it appropriately.

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