get_media_details
Retrieve detailed metadata for a specific media item using its rating key on Plex MCP Server, enabling precise content management and querying within Plex Media Server.
Instructions
Get detailed information about a specific media item
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ratingKey | Yes | The rating key of the media item |
Input Schema (JSON Schema)
{
"properties": {
"ratingKey": {
"description": "The rating key of the media item",
"type": "string"
}
},
"required": [
"ratingKey"
],
"type": "object"
}