Skip to main content
Glama

Al Jazeera 360

generate_series_schema

Read-only
Generate complete TVSeries + TVEpisode JSON-LD Schema for a series.
Uses episodeInformation from typedTags for rich structured data.
This is the most powerful Schema type for video series in Google Search.

Args:
    series_id: The series/show ID (get from get_video_details episodeInformation.seriesInformation.id)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and the title 'Generate Series Schema', so the agent knows this is a safe read-only generation operation. The description adds the useful context that it leverages typedTags episodeInformation for enrichment, which is genuine behavioral context beyond the annotation. No contradiction; the description is consistent with readOnlyHint.

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 purpose is front-loaded in the first sentence with the source-of-data in the second. The Args section is compact and informative. Minor redundancy — 'the most powerful Schema type' plus the overall length is slightly more than strictly needed for a one-parameter tool, but nothing is wasted.

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 single-parameter tool with an output schema (covering return values) and readOnly annotation, the description is nearly complete. It explains the purpose, data source, and how to obtain the parameter. The only gap is not explicitly naming sibling schema generators to disambiguate — minor given the clear purpose framing.

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%, so the description carries the full burden — and it delivers. The Args block explicitly tells the agent what series_id is ('The series/show ID') and exactly where to obtain it ('get from get_video_details episodeInformation.seriesInformation.id'). This is high-value semantic guidance that entirely compensates for the schema's silent 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?

States a specific verb ('Generate'), resource (TVSeries + TVEpisode JSON-LD Schema), and the source of structured data (episodeInformation from typedTags). The 'most powerful Schema type for video series in Google Search' framing gives it a distinct identity among schema siblings like generate_faq_schema and generate_sitemap. However, it doesn't explicitly name sibling tools to contrast against, caps it at 4.

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 when to use it — for video series schema in Google Search — but provides no explicit when-not guidance or named alternatives. With siblings like generate_faq_schema and generate_sitemap present, the absence of explicit routing ('use generate_faq_schema for FAQs') leaves selection partly to inference. Adequate but not 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.