Skip to main content
Glama

get_watched_status

Check watch status and playback progress for specific Plex media items to track viewing history and resume positions across your library.

Instructions

Check watch status and progress for specific content items

Input Schema

NameRequiredDescriptionDefault
item_keysYesArray of item keys (ratingKey) to check watch status for
account_idNoSpecific account/user ID to check status for (optional)

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "Specific account/user ID to check status for (optional)", "type": "string" }, "item_keys": { "description": "Array of item keys (ratingKey) to check watch status for", "items": { "type": "string" }, "type": "array" } }, "required": [ "item_keys" ], "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/vyb1ng/plex-mcp'

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