Skip to main content
Glama

get_recently_added

Retrieve recently added media content from Plex libraries to stay updated with new movies, TV shows, and music additions.

Instructions

Get recently added content from Plex libraries

Input Schema

NameRequiredDescriptionDefault
library_idNoSpecific library ID to get recent content from (optional, defaults to all libraries)
limitNoMaximum number of results to return (default: 15)
chunk_sizeNoNumber of items to return per chunk for pagination (optional)
chunk_offsetNoOffset for pagination, number of items to skip (optional)

Input Schema (JSON Schema)

{ "properties": { "chunk_offset": { "description": "Offset for pagination, number of items to skip (optional)", "type": "number" }, "chunk_size": { "description": "Number of items to return per chunk for pagination (optional)", "type": "number" }, "library_id": { "description": "Specific library ID to get recent content from (optional, defaults to all libraries)", "type": "string" }, "limit": { "default": 15, "description": "Maximum number of results to return (default: 15)", "type": "number" } }, "required": [], "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