Skip to main content
Glama

Plex MCP Server

by djbriane

get_movie_genres

Extract and deliver genres for a specific movie using its unique key, enabling efficient genre-based organization and management of your Plex media library.

Instructions

Get genres for a specific movie.

Parameters: movie_key: The key of the movie.

Returns: A formatted string of movie genres 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_genresArguments", "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