Al Jazeera 360

Browse, search & watch Al Jazeera 360's Arabic shows, documentaries and podcasts inside the chat.

Should I use this

Quality & Safety

A
Description quality
98%
Schema completeness
69%
Naming quality
98%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~7,048Tokens (tool definitions)
~947 BTypical response size
Significant attention impact (5.51% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "aljazeera360-mcp-server": {
      "url": "https://aljazeera360-mcp.ahmed-26d.workers.dev/mcp"
    }
  }
}

Remote endpoints

https://aljazeera360-mcp.ahmed-26d.workers.dev/mcpstreamable-http

What it can do

Tool inventory

Tools (26)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢get_trending_content

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

{
  "type": "object",
  "properties": {},
  "title": "get_trending_contentArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_trending_contentOutput"
}
🟢browse_section(section_id)

Browse content in a specific section/channel on Al Jazeera 360. تصفح محتوى قسم أو قناة محددة على منصة الجزيرة 360. Available sections (الأقسام المتاحة): - AJ360-Originals: أعمال الجزيرة 360 الأصلية - AJA: قناة الجزيرة العربية - AJD: الجزيرة الوثائقية - Atheer: أثير - AJ-Plus: AJ+ عربي - Talk Show: برامج حوارية - Investigative Show: برامج تحقيقية - Podcast: بودكاست - Documentaries: برامج وثائقية - Field Show: برامج ميدانية - Policy Series: سلاسل سياسية - Social Series: سلاسل اجتماعية - Historical Series: سلاسل تاريخية - Biographical Series: سلاسل سيرة ذاتية - Culture and Arts Series: سلاسل ثقافة وفنون Args: section_id: The section identifier (e.g., "AJA", "Documentaries", "Podcast")

Input Schema

{
  "type": "object",
  "properties": {
    "section_id": {
      "title": "Section Id",
      "type": "string"
    }
  },
  "required": [
    "section_id"
  ],
  "title": "browse_sectionArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "browse_sectionOutput"
}
🟢get_video_details(video_id)

Get detailed information about a specific video on Al Jazeera 360. Returns title, description, duration, quality, categories, episode info, and watch URL. الحصول على معلومات تفصيلية عن فيديو محدد على منصة الجزيرة 360. يشمل: العنوان، الوصف، المدة، الجودة، التصنيفات، ورابط المشاهدة. Args: video_id: The numeric ID of the video (e.g., 953659)

Input Schema

{
  "type": "object",
  "properties": {
    "video_id": {
      "title": "Video Id",
      "type": "integer"
    }
  },
  "required": [
    "video_id"
  ],
  "title": "get_video_detailsArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_video_detailsOutput"
}
🟢play_video(video_id)

Play a video from Al Jazeera 360. In AI apps that support interactive views (MCP Apps), this opens the official Al Jazeera 360 player inside the chat; elsewhere it returns the watch link. Use when the user asks to watch or play something. تشغيل فيديو من الجزيرة 360. في التطبيقات التي تدعم الواجهات التفاعلية يفتح المشغّل الرسمي داخل المحادثة، وفي غيرها يعيد رابط المشاهدة. Args: video_id: The numeric ID of the video (from search_videos, browse_section, etc.)

Input Schema

{
  "type": "object",
  "properties": {
    "video_id": {
      "title": "Video Id",
      "type": "integer"
    }
  },
  "required": [
    "video_id"
  ],
  "title": "play_videoArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "play_videoOutput"
}
🟢run_diagnostics(report)

Check whether this AI app can play Al Jazeera 360 videos inside the chat (protected video / DRM, embedding the official player, fullscreen). Use when the user says a video does not play in the chat. Call it with no arguments; the interactive view runs the checks and shows the result. فحص قدرة تطبيق الذكاء الاصطناعي على تشغيل فيديوهات الجزيرة 360 داخل المحادثة. استخدمها عندما يقول المستخدم إن الفيديو لا يعمل داخل المحادثة. Args: report: Internal. Filled by the interactive view with its capability check; leave empty.

Input Schema

{
  "type": "object",
  "properties": {
    "report": {
      "default": "",
      "title": "Report",
      "type": "string"
    }
  },
  "title": "run_diagnosticsArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "run_diagnosticsOutput"
}
🟢get_series_details(series_id)

Get detailed information about a series on Al Jazeera 360, including all seasons. الحصول على معلومات تفصيلية عن مسلسل/برنامج على منصة الجزيرة 360 مع قائمة المواسم. Args: series_id: The numeric ID of the series (e.g., 2355 for الدحيح)

Input Schema

{
  "type": "object",
  "properties": {
    "series_id": {
      "title": "Series Id",
      "type": "integer"
    }
  },
  "required": [
    "series_id"
  ],
  "title": "get_series_detailsArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_series_detailsOutput"
}
🟢get_season_episodes(season_id, max_episodes)

Get all episodes in a specific season. Use get_series_details first to find season IDs. الحصول على جميع حلقات موسم محدد. استخدم get_series_details أولاً للحصول على أرقام المواسم. Args: season_id: The season ID (obtained from get_series_details) max_episodes: Maximum number of episodes to return (default: 20)

Input Schema

{
  "type": "object",
  "properties": {
    "season_id": {
      "title": "Season Id",
      "type": "integer"
    },
    "max_episodes": {
      "default": 20,
      "title": "Max Episodes",
      "type": "integer"
    }
  },
  "required": [
    "season_id"
  ],
  "title": "get_season_episodesArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_season_episodesOutput"
}
🟢search_videos(query, content_type, max_results)

Search for videos, documentaries, and programs on Al Jazeera 360. Supports Arabic and English search queries. Optionally filter by content type. البحث عن فيديوهات ووثائقيات وبرامج على منصة الجزيرة 360. يدعم البحث بالعربية والإنجليزية. يمكن تصفية النتائج حسب نوع المحتوى. Examples: - "فلسطين" — videos about Palestine - "غزة" — videos about Gaza - "الدحيح" — Al Daheeh science show - "وثائقي تاريخي" — historical documentaries Args: query: Search term in Arabic or English content_type: Optional filter — "VOD" for single videos, "SERIES" for series only, None for all max_results: Maximum number of results to return (default: 20)

Input Schema

{
  "type": "object",
  "properties": {
    "query": {
      "title": "Query",
      "type": "string"
    },
    "content_type": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Content Type"
    },
    "max_results": {
      "default": 20,
      "title": "Max Results",
      "type": "integer"
    }
  },
  "required": [
    "query"
  ],
  "title": "search_videosArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "search_videosOutput"
}
🟢list_sections

List all available sections and channels on Al Jazeera 360. Returns section IDs with their Arabic names for use with browse_section. عرض جميع الأقسام والقنوات المتاحة على منصة الجزيرة 360. يرجع معرفات الأقسام مع أسمائها العربية لاستخدامها مع browse_section.

Input Schema

{
  "type": "object",
  "properties": {},
  "title": "list_sectionsArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "list_sectionsOutput"
}
🟢get_latest_episodes(section_id, count)

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

{
  "type": "object",
  "properties": {
    "section_id": {
      "default": "AJA",
      "title": "Section Id",
      "type": "string"
    },
    "count": {
      "default": 10,
      "title": "Count",
      "type": "integer"
    }
  },
  "title": "get_latest_episodesArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_latest_episodesOutput"
}
🟢generate_seo_content(video_id)

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

{
  "type": "object",
  "properties": {
    "video_id": {
      "title": "Video Id",
      "type": "integer"
    }
  },
  "required": [
    "video_id"
  ],
  "title": "generate_seo_contentArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "generate_seo_contentOutput"
}
🟢generate_sitemap(sections, max_per_section, page, page_size)

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

{
  "type": "object",
  "properties": {
    "sections": {
      "default": "all",
      "title": "Sections",
      "type": "string"
    },
    "max_per_section": {
      "default": 100,
      "title": "Max Per Section",
      "type": "integer"
    },
    "page": {
      "default": 1,
      "title": "Page",
      "type": "integer"
    },
    "page_size": {
      "default": 100,
      "title": "Page Size",
      "type": "integer"
    }
  },
  "title": "generate_sitemapArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "generate_sitemapOutput"
}
🟢audit_metadata_quality(section_id, max_items, page, page_size)

Audit the metadata quality of videos in a section and return a detailed report. تدقيق جودة الـ metadata للفيديوهات في قسم معين وإرجاع تقرير تفصيلي. يكشف الفيديوهات ذات الوصف القصير أو المفقود أو بدون تصنيفات أو بدون صورة مصغرة. Args: section_id: Section to audit (e.g., "AJA", "AJD", "AJ360-Originals"). Default: "AJA" max_items: Maximum number of videos to audit (default: 50) page: Page number for pagination (default: 1) page_size: Number of audited items to return in this page (default: 20)

Input Schema

{
  "type": "object",
  "properties": {
    "section_id": {
      "default": "AJA",
      "title": "Section Id",
      "type": "string"
    },
    "max_items": {
      "default": 50,
      "title": "Max Items",
      "type": "integer"
    },
    "page": {
      "default": 1,
      "title": "Page",
      "type": "integer"
    },
    "page_size": {
      "default": 20,
      "title": "Page Size",
      "type": "integer"
    }
  },
  "title": "audit_metadata_qualityArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "audit_metadata_qualityOutput"
}
🟢get_trending_topics(top_n)

Analyze trending content and extract the most common topics, keywords, and themes. تحليل المحتوى الرائج واستخراج أكثر المواضيع والكلمات المفتاحية انتشاراً. مفيد لاستراتيجية المحتوى وتحديد الكلمات المفتاحية المستهدفة. Args: top_n: Number of top topics to return (default: 20)

Input Schema

{
  "type": "object",
  "properties": {
    "top_n": {
      "default": 20,
      "title": "Top N",
      "type": "integer"
    }
  },
  "title": "get_trending_topicsArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_trending_topicsOutput"
}
🟢compare_sections

Compare all sections by content count, quality distribution, and freshness. مقارنة جميع الأقسام من حيث عدد المحتوى وجودة الفيديوهات وحداثة المحتوى. يساعد في تحديد الأقسام المهملة والأقسام ذات الأداء القوي.

Input Schema

{
  "type": "object",
  "properties": {},
  "title": "compare_sectionsArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "compare_sectionsOutput"
}
🟢get_series_seo_map(series_id)

Build a complete SEO map for a series: all seasons, episodes, internal links, and schema. بناء خريطة SEO كاملة لسلسلة: جميع المواسم والحلقات مع روابط داخلية مقترحة. مفيد لتحسين الـ internal linking واكتشاف السلسلة في نتائج البحث. Args: series_id: The series ID (get from get_series_details or search_videos)

Input Schema

{
  "type": "object",
  "properties": {
    "series_id": {
      "title": "Series Id",
      "type": "integer"
    }
  },
  "required": [
    "series_id"
  ],
  "title": "get_series_seo_mapArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_series_seo_mapOutput"
}
🟢build_knowledge_graph(sections)

Build a knowledge graph of entities (topics, countries, people) from content titles. Extracts named entities from video titles across sections and builds a network showing how topics, countries, and themes interconnect. Args: sections: Comma-separated section IDs (default: AJA,AJD) Returns: JSON with entity network, top entities, co-occurrence matrix, and insights

Input Schema

{
  "type": "object",
  "properties": {
    "sections": {
      "default": "AJA,AJD",
      "title": "Sections",
      "type": "string"
    }
  },
  "title": "build_knowledge_graphArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "build_knowledge_graphOutput"
}
🟢generate_faq_schema(video_id)

Generate FAQ Schema (JSON-LD) for a video to improve AI discoverability. Creates structured FAQ data based on video title and description. FAQ Schema helps content appear in AI answers (ChatGPT, Gemini, Perplexity) and Google's People Also Ask section. Args: video_id: The video ID to generate FAQ schema for Returns: JSON with FAQ questions/answers and ready-to-use JSON-LD schema

Input Schema

{
  "type": "object",
  "properties": {
    "video_id": {
      "title": "Video Id",
      "type": "integer"
    }
  },
  "required": [
    "video_id"
  ],
  "title": "generate_faq_schemaArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "generate_faq_schemaOutput"
}
🟢get_ai_discoverability_score(section_id, max_items, page, page_size)

Calculate AI Discoverability Score for content (0-100). Measures how well each video can be discovered and cited by AI systems (ChatGPT, Gemini, Perplexity, Claude) based on metadata completeness, content quality signals, and SEO readiness. Scoring criteria: - Title quality (length, keywords): 20 pts - Description completeness: 25 pts - Video quality (4K/HD): 15 pts - Access level (free vs premium): 20 pts - Thumbnail availability: 10 pts - Duration (optimal 5-30 min): 10 pts Args: section_id: Section to analyze (default: AJA) max_items: Maximum items to score (default: 50) Returns: JSON with scores, distribution, top/bottom performers, and recommendations

Input Schema

{
  "type": "object",
  "properties": {
    "section_id": {
      "default": "AJA",
      "title": "Section Id",
      "type": "string"
    },
    "max_items": {
      "default": 50,
      "title": "Max Items",
      "type": "integer"
    },
    "page": {
      "default": 1,
      "title": "Page",
      "type": "integer"
    },
    "page_size": {
      "default": 50,
      "title": "Page Size",
      "type": "integer"
    }
  },
  "title": "get_ai_discoverability_scoreArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_ai_discoverability_scoreOutput"
}
🟢build_topic_clusters(sections)

Build SEO Topic Clusters (Pillar + Supporting content strategy). Analyzes content and groups it into topic clusters where each cluster has: - A Pillar topic (most content, highest authority) - Supporting content pieces around the pillar - Internal linking recommendations This is the most powerful modern SEO strategy (2024-2026). Args: sections: Comma-separated section IDs to analyze (default: AJA,AJD) Returns: JSON with topic clusters, pillar pages, supporting content, and linking strategy

Input Schema

{
  "type": "object",
  "properties": {
    "sections": {
      "default": "AJA,AJD",
      "title": "Sections",
      "type": "string"
    }
  },
  "title": "build_topic_clustersArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "build_topic_clustersOutput"
}
🟢find_evergreen_content(sections)

Identify evergreen content (timeless value) vs time-sensitive news content. Evergreen content has lasting SEO value and should be prioritized for: - Schema markup investment - Internal linking - Meta description optimization - Featured snippet targeting Args: sections: Comma-separated section IDs (default: AJA,AJD) Returns: JSON with evergreen/news classification, SEO priority scores, and recommendations

Input Schema

{
  "type": "object",
  "properties": {
    "sections": {
      "default": "AJA,AJD",
      "title": "Sections",
      "type": "string"
    }
  },
  "title": "find_evergreen_contentArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "find_evergreen_contentOutput"
}
🟢get_host_profile(host_name, max_items)

Get a complete profile for a show host/presenter including all their content, genres covered, shows hosted, and an SEO-ready host page schema. Args: host_name: Name of the host/presenter (Arabic or English) max_items: Maximum number of items to scan per section (default: 20)

Input Schema

{
  "type": "object",
  "properties": {
    "host_name": {
      "title": "Host Name",
      "type": "string"
    },
    "max_items": {
      "default": 20,
      "title": "Max Items",
      "type": "integer"
    }
  },
  "required": [
    "host_name"
  ],
  "title": "get_host_profileArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_host_profileOutput"
}
🟢get_genre_report(genre, max_items)

Get a full report of content by genre or sub-genre using typedTags data. Lists all content in that genre with SEO metadata for building category pages. Args: genre: Genre name in Arabic (e.g. صحة, رياضة, سياسة, وثائقي) — leave empty for all genres max_items: Items per section to scan (default: 15)

Input Schema

{
  "type": "object",
  "properties": {
    "genre": {
      "default": "",
      "title": "Genre",
      "type": "string"
    },
    "max_items": {
      "default": 15,
      "title": "Max Items",
      "type": "integer"
    }
  },
  "title": "get_genre_reportArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_genre_reportOutput"
}
🟢get_searchable_tags_map(max_items, top_n, page, page_size)

Extract and rank all Searchable Tags from the entire catalog. These are the exact keywords the audience searches for — ideal for SEO keyword strategy. Also returns Related Countries and Genres distribution. Args: max_items: Items per section to scan (default: 20) top_n: Number of top tags to return (default: 50) page: Page number for returned tags (default: 1) page_size: Number of tags per page (default: 20)

Input Schema

{
  "type": "object",
  "properties": {
    "max_items": {
      "default": 20,
      "title": "Max Items",
      "type": "integer"
    },
    "top_n": {
      "default": 50,
      "title": "Top N",
      "type": "integer"
    },
    "page": {
      "default": 1,
      "title": "Page",
      "type": "integer"
    },
    "page_size": {
      "default": 20,
      "title": "Page Size",
      "type": "integer"
    }
  },
  "title": "get_searchable_tags_mapArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_searchable_tags_mapOutput"
}
🟢get_country_content_map(country, max_items, page, page_size)

Map all content by Related Country from typedTags. Useful for geo-targeted SEO, international content strategy, and country-specific landing pages. Args: country: Filter by specific country name in Arabic (e.g. فلسطين, تركيا, فرنسا) — leave empty for all countries max_items: Items per section to scan (default: 20) page: Page number for returned countries (default: 1) page_size: Number of countries per page (default: 10)

Input Schema

{
  "type": "object",
  "properties": {
    "country": {
      "default": "",
      "title": "Country",
      "type": "string"
    },
    "max_items": {
      "default": 20,
      "title": "Max Items",
      "type": "integer"
    },
    "page": {
      "default": 1,
      "title": "Page",
      "type": "integer"
    },
    "page_size": {
      "default": 10,
      "title": "Page Size",
      "type": "integer"
    }
  },
  "title": "get_country_content_mapArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "get_country_content_mapOutput"
}
🟢generate_series_schema(series_id)

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

{
  "type": "object",
  "properties": {
    "series_id": {
      "title": "Series Id",
      "type": "integer"
    }
  },
  "required": [
    "series_id"
  ],
  "title": "generate_series_schemaArguments"
}

Output Schema

{
  "type": "object",
  "properties": {
    "result": {
      "title": "Result",
      "type": "string"
    }
  },
  "required": [
    "result"
  ],
  "title": "generate_series_schemaOutput"
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded26 tools