Skip to main content
Glama

NewTqnia MCP – Technology News & Research

Search existing explainers

search_explainers
Read-onlyIdempotent

Searches explainers by English/Arabic title, slug, summary, or content. Administrators see draft and published explainers with both languages, and should call this before creating a new explainer to avoid duplicates. Other accounts see published explainers only, in a single locale (pass the caller's language in locale), each with a canonical URL to the full explainer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
localeNoThe calling user's language. Ignored for administrator tokens, which always receive both languages.en

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
successYes

TDQS

A4.6/5.0
Behavior5/5

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

The description adds significant behavioral details beyond annotations: admins see draft/published with both languages; others see published in a single locale; results include canonical URL. Annotations already indicate safe, idempotent read, and description enriches that without contradiction.

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 three sentences with no wasted words. First sentence states purpose, second adds admin usage and dedup advice, third explains other accounts and locale. Information is front-loaded and each sentence earns its place.

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 complexity (search with role-based filtering, locale), the description covers major aspects. It references canonical URL hinting at output structure, and output schema likely details results. Could mention pagination or result count, but is sufficient for a search tool.

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 description explains that query searches by title, slug, summary, or content, and explains locale behavior (caller's language, ignored for admins). This adds value beyond the schema, which only describes locale. The limit parameter is not explained but has clear schema defaults/constraints.

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 it searches explainers by specific fields (title, slug, summary, content) and distinguishes itself from sibling tools like search_terminology by specifying the resource and searchable 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 explicitly instructs administrators to call this before creating a new explainer to avoid duplicates, and explains different behavior for other accounts. It provides clear context but does not explicitly mention when not to use it or alternatives.

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