plex_media_enrichment
Fetch external metadata from Wikipedia, TMDB, and TVDB to enrich Plex library items, providing informed discovery and trend analysis beyond native Plex data.
Instructions
High-value media enrichment using external sources (Wikipedia, TMDB, TVDB).
This tool adds 'Informed Discovery' capabilities to PlexMCP by fetching contextual metadata that Plex does not natively provide.
PORTMANTEAU PATTERN RATIONALE: Consolidates external metadata discovery into a single enrichment interface.
Return Format
{"success": bool, "data": str, "message": str}
Examples
await plex_media_enrichment(operation="enrich_item", title="Inception", year=2010)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Release year of the item. | |
| title | Yes | Title of the media item to enrich. | |
| operation | Yes | Operation to perform. | |
| media_type | No | Type of media. | movie |