Skip to main content
Glama

Al Jazeera 360

get_trending_topics

Read-only
Analyze trending content and extract the most common topics, keywords, and themes.

تحليل المحتوى الرائج واستخراج أكثر المواضيع والكلمات المفتاحية انتشاراً.
مفيد لاستراتيجية المحتوى وتحديد الكلمات المفتاحية المستهدفة.

Args:
    top_n: Number of top topics to return (default: 20)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_nNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description's 'Analyze... extract' wording is consistent with a read-only operation. It adds modest behavioral context by specifying the outputs (topics, keywords, themes), but it does not disclose data source, recency window, or limitations. This is adequate given the annotation, but not rich.

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 short and front-loaded with the main purpose, followed by a concise Args section. The bilingual repetition is somewhat redundant but not bloated, and the extra Arabic use-case sentence adds value for Arabic-speaking agents. It stays within a reasonable size.

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?

With only one optional parameter, a readOnlyHint annotation, and an output schema present, the description covers the essential invocation details: what the tool does, what top_n means, and a use case. It does not explain the source of 'trending content' or compare with siblings, but given the low complexity this is not a critical gap.

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 description coverage is 0%, so the description carries the burden for top_n. It provides a clear semantic: 'Number of top topics to return (default: 20)', which goes beyond the schema's bare 'Top N' title and default. This fully compensates for the single parameter.

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 opens with a specific verb and resource: 'Analyze trending content and extract the most common topics, keywords, and themes.' This clearly states the tool's function and differentiates it from sibling get_trending_content, which likely returns content rather than an analysis. It does not explicitly name the sibling, so it stops short of a 5.

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 Arabic sentence 'مفيد لاستراتيجية المحتوى وتحديد الكلمات المفتاحية المستهدفة' gives a use case (content strategy and target keyword identification), but it does not say when to prefer this tool over siblings like get_trending_content or get_series_seo_map, nor does it give exclusions. Usage is implied rather than explicit.

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.