Skip to main content
Glama

browse_collection

Browse and organize content within specific Plex collections by sorting, filtering, and paginating through movies, TV shows, and music libraries.

Instructions

Browse content within a specific collection

Input Schema

NameRequiredDescriptionDefault
collection_idYesThe collection ID (ratingKey) to browse
sortNoSort order (default: titleSort)titleSort
limitNoMaximum number of results to return (default: 20)
offsetNoNumber of results to skip (for pagination, default: 0)

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "The collection ID (ratingKey) to browse", "type": "string" }, "limit": { "default": 20, "description": "Maximum number of results to return (default: 20)", "type": "number" }, "offset": { "default": 0, "description": "Number of results to skip (for pagination, default: 0)", "type": "number" }, "sort": { "default": "titleSort", "description": "Sort order (default: titleSort)", "enum": [ "titleSort", "addedAt", "originallyAvailableAt", "rating", "viewCount", "lastViewedAt" ], "type": "string" } }, "required": [ "collection_id" ], "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