get_playlist
Retrieve playlist metadata, cover image, and items with pagination. Fetch up to 500 tracks across pages or control results via offset and limit.
Instructions
Get a playlist's metadata (including cover image) and items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Playlist ID | |
| limit | No | Items per page, 1–100. Default: 50 | |
| offset | No | Pagination offset for items. Default: 0 | |
| fetch_all | No | Fetch all items across pages (up to 500) instead of a single page |