Skip to main content
Glama

Al Jazeera 360

generate_sitemap

Read-only
Generate a complete Video Sitemap XML for Al Jazeera 360 — ready to submit to Google Search Console.

توليد Video Sitemap XML كامل لمنصة الجزيرة 360 جاهز للرفع على Google Search Console.
يحتوي على عناوين وأوصاف وصور مصغرة وتواريخ نشر لكل فيديو.

Args:
    sections: Comma-separated section IDs to include, or "all" for all sections (default: "all")
    max_per_section: Maximum videos per section to include (default: 100)
    page: Page number for pagination (default: 1)
    page_size: Number of items per page (default: 100)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sectionsNoall
page_sizeNo
max_per_sectionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already carry readOnlyHint=true, and the description adds output composition details (titles, descriptions, thumbnails, publish dates). It does not describe pagination behavior or edge cases, but with read-only safety already declared this is adequate.

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 useful purpose is front-loaded and the Args block is clearly organized. The Arabic translation repeats some of the English content, but the additional Arabic sentence contributes field-level output details, so the redundancy is minor.

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?

For a straightforward read-only generation tool with only four optional parameters, the description plus the existing output schema and readOnlyHint is nearly complete. The only small gap is that 'page'/page_size pagination scope is not fully disambiguated from max_per_section.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the Args section fully compensates by defining every parameter's format and meaning: comma-separated section IDs or 'all', max videos per section, page number, and page size. This is exactly what an agent needs beyond bare property titles.

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 names a specific verb and deliverable: generating a complete Video Sitemap XML for Al Jazeera 360, ready for Google Search Console. This clearly sets it apart from siblings like generate_faq_schema and generate_series_schema because the artifact and platform are explicit.

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?

It provides clear context (sitemap generation for Al Jazeera 360, submission to Google Search Console, all sections by default) without explicitly saying when not to use it. It does not name alternative tools, but the target use case is obvious from the first sentence.

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.