Skip to main content
Glama

Plex MCP Server

by niavasha

get_fully_watched

Retrieve fully watched movies and shows from a Plex library using specified filters like media type and limit, simplifying content tracking and management.

Instructions

Get all fully watched movies and shows from a library

Input Schema

NameRequiredDescriptionDefault
libraryKeyNoLibrary section key (optional, searches all if not provided)
limitNoNumber of items to return (default: 100)
mediaTypeNoFilter by media type (movie, show, all)all

Input Schema (JSON Schema)

{ "properties": { "libraryKey": { "description": "Library section key (optional, searches all if not provided)", "type": "string" }, "limit": { "default": 100, "description": "Number of items to return (default: 100)", "type": "number" }, "mediaType": { "default": "all", "description": "Filter by media type (movie, show, all)", "enum": [ "movie", "show", "all" ], "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/niavasha/plex-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server