ingestion_monitoring

Retrieve Plex ingestion statistics for progress reports and monitoring.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MichaelYagi/mcp_a2a --skill ingestion-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingestion_monitoring
Source: https://github.com/MichaelYagi/mcp_a2a/tree/main/servers/plex/skills/ingestion_monitoring
Command: npx skills add https://github.com/MichaelYagi/mcp_a2a --skill ingestion-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve ingestion statistics for the Plex library to provide progress reports, ingestion summaries, and monitoring information.

Core Features & Use Cases

  • Ingestion progress tracking: monitor ongoing ingestion tasks and completion status.
  • Summary generation: produce concise ingestion summaries for dashboards or reports.
  • Alert-ready insights: detect stalled or failed ingestions and surface issues for action.

Quick Start

Use this skill to fetch the latest ingestion statistics for your Plex library, for example requesting stats for the Movies library.

Frequently Asked Questions about ingestion_monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor Plex ingestion statistics for my library?

Monitor Plex ingestion statistics by retrieving progress reports and ingestion summaries for your specific Plex libraries using the plex_get_stats and plex_ingest_batch tools.

What is the best way to track ongoing Plex ingestion progress?

Track ongoing Plex ingestion progress by querying current statistics to monitor completion status and surface alert-ready insights for stalled or failed ingestions.

Can I generate a dashboard summary of my Plex ingestion stats?

Generate a Plex ingestion summary by aggregating retrieved statistics into concise, actionable outputs suitable for downstream tooling, dashboards, and reporting.

How do I detect stalled or failed Plex library ingestions?

Detect stalled or failed Plex library ingestions by retrieving current ingestion statistics to surface alert-ready insights and identify issues requiring action.

Do I need any dependencies to retrieve Plex ingestion statistics?

No external dependencies are required to retrieve Plex ingestion statistics, as the skill relies solely on built-in plex_get_stats and plex_ingest_batch tools.