Skip to main content
Glama

Plex MCP Server

by djbriane

get_movie_details

Retrieve comprehensive details about a specific movie using its unique key, enabling users to access essential information from their Plex media library.

Instructions

Get detailed information about a specific movie.

Parameters: movie_key: The key identifying the movie.

Returns: A formatted string with movie details or an error message.

Input Schema

NameRequiredDescriptionDefault
movie_keyYes

Input Schema (JSON Schema)

{ "properties": { "movie_key": { "title": "Movie Key", "type": "string" } }, "required": [ "movie_key" ], "title": "get_movie_detailsArguments", "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/djbriane/plex-mcp'

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