get_collections
Retrieve all media collections from your Plex server to organize and access grouped content. Optionally filter by specific library ID for targeted collection management.
Instructions
List all collections available on the Plex server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_id | No | Filter collections by specific library ID (optional) |
Input Schema (JSON Schema)
{
"properties": {
"library_id": {
"description": "Filter collections by specific library ID (optional)",
"type": "string"
}
},
"required": [],
"type": "object"
}