Skip to main content
Glama

Plex MCP Server

get_fully_watched

Retrieve a list of fully watched movies or TV shows from your Plex library, filtered by media type and limited by quantity, to track viewing progress and manage content effectively.

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