Skip to main content
Glama

Al Jazeera 360

generate_seo_content

Read-only
Generate complete SEO content for a video on Al Jazeera 360 — 100% free, no AI API needed.

توليد محتوى SEO كامل ومجاني لأي فيديو على منصة الجزيرة 360.
يعمل بالكامل من بيانات الـ API العامة بدون أي تكلفة.

Generates:
- Optimized meta title (trimmed to 60 chars)
- Meta description (trimmed to 160 chars with CTA)
- Focus keyword extracted from title
- 7-10 keywords from title + categories + series
- VideoObject JSON-LD schema markup (ready to embed in HTML)
- Extended page description
- Suggested tags
- SEO audit notes (what's good, what needs improvement)

Args:
    video_id: The video ID (e.g., 953659)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

The readOnlyHint annotation already covers the safety profile, so the description adds useful extra context: the tool works 'entirely from public API data' and requires 'no AI API', implying no external paid calls and no side effects. It also explains that it derives keywords from the video title, categories, and series, which is a meaningful behavioral detail. It does not cover invalid-video-ID error behavior, but that is a minor gap given the annotation and output schema.

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 front-loaded with the main purpose and then uses a scannable bullet list for the outputs, followed by a compact Args section. The bilingual English/Arabic intro repeats the same 'free, no AI API' claim and adds length without new information, but it is not bloated enough to harm readability. Overall it is well-organized and appropriately sized.

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 that an output schema exists, the lengthy output list in the description is a helpful supplement rather than a necessity. The description covers purpose, platform, cost/dependency behavior, output scope, and the single parameter, which is complete for a low-complexity tool. The main missing piece is explicit guidance on how this tool relates to the sibling schema-generation tools.

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 only parameter, video_id, is explained in the Args block with a concrete example (953659), which is sufficient to clarify the expected input even though the schema description coverage is 0%. The example also implicitly communicates that the ID is numeric. It could add guidance on where to obtain the ID or any validity constraints, but for a single obvious integer parameter this is adequate.

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?

Opens with 'Generate complete SEO content for a video on Al Jazeera 360', a specific verb, resource, and platform, then enumerates concrete outputs such as meta title, meta description, focus keyword, JSON-LD schema, and audit notes. The purpose is clearly distinguishable from sibling tools like generate_faq_schema and generate_series_schema, though the description does not explicitly contrast itself with them.

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 implies the tool is intended for single-video SEO content creation ('for a video') and emphasizes no cost or AI API dependency, which helps an agent understand when it is appropriate. However, it gives no explicit when-to-use or when-not-to-use guidance and does not mention alternatives such as generate_faq_schema, generate_series_schema, or generate_sitemap. Most usage context must be inferred from the tool name and one-parameter interface.

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.