Skip to main content
Glama

Al Jazeera 360

get_trending_content

Read-only
Get the trending and most-watched content on Al Jazeera 360 platform.
Returns featured shows, most-watched videos, latest episodes, and editorial picks.

الحصول على المحتوى الرائج والأكثر مشاهدة على منصة الجزيرة 360.
يشمل: البرامج المميزة، الأكثر مشاهدة، أحدث الحلقات، واقتراحات المحررين.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=trueways, so the read-only safety profile is covered. The description adds useful context about the response scope (featured shows, most-watched videos, latest episodes, editorial picks), but it does not disclose behaviors like sorting, pagination, or regional/language defaults. This is adequate 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, starts with the core action, and uses a compact enumerated list of result categories. The English/Arabic duplication adds some redundancy for an automated agent but does not inflate the description beyond a few lines.

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?

This is a simple zero-parameter read-only tool with an output schema present, so the description does not need to explain return types. It states the content categories and the read-only annotation covers safety. It is complete for invocation, though a brief usage-routing sentence would make it stronger.

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 has zero parameters and 100% schema description coverage, so there are no parameter details for the description to clarify. The baseline of 4 applies because the agent has nothing to resolve about arguments.

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 uses a specific verb ('Get') and names a concrete resource ('trending and most-watched content on Al Jazeera 360'), then enumerates the returned categories: featured shows, most-watched videos, latest episodes, and editorial picks. It is clear and action-oriented, but it does not explicitly contrast with sibling tools like get_trending_topics or get_latest_episodes.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives. Sibling tools such as get_trending_topics, browse_section, and get_latest_episodes exist, but the description provides no conditions, exclusions, or routing hints. Usage must be inferred entirely from the content-list description.

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.