Skip to main content
Glama

Al Jazeera 360

get_latest_episodes

Read-only
Get the latest episodes from a specific section on Al Jazeera 360.

الحصول على أحدث الحلقات من قسم محدد على منصة الجزيرة 360.

Args:
    section_id: Section to get latest from (default: "AJA" for Al Jazeera Arabic)
    count: Number of episodes to return (default: 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
section_idNoAJA

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?

The readOnlyHint annotation already declares the tool as safe and read-only. The description adds useful default behavior for section_id ('AJA') and count (10) beyond the raw schema, but it does not disclose ordering, pagination, or empty-result behavior. With annotations covering the main safety profile, this is adequate but not particularly 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 core purpose, followed by a clean Args block. The Arabic sentence repeats the English purpose, which adds some redundancy for an AI agent but remains harmless. Overall, it is concise and well-structured.

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 two-parameter, read-only retrieval tool with an output schema present, so the description does not need to explain return values. The description covers the operation, section scope, and count meaning. It lacks minor behavioral details like ordering or pagination, but for this tool the overall context is sufficient.

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 no property descriptions, so the Args block is the primary source of semantic meaning. It clearly explains that section_id selects the section and count controls the number of episodes, and it restates defaults. The explanation is complete for both parameters, though it does not go into deeper constraints such as max count or accepted section formats.

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 and resource: 'Get the latest episodes from a specific section on Al Jazeera 360.' It clearly states the operation and scope possibility. However, it does not explicitly differentiate itself from sibling tools like get_season_episodes or get_trending_content, so it does not fully earn 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 description makes it clear that this tool is for retrieving latest episodes by section, and the Args block adds useful context about section_id and count. It does not mention alternatives or when not to use this tool, so the agent is left to infer how it differs from related episode and browsing tools.

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.