Get Spotify Playlist
spotify_playlistFetch Spotify playlist metadata by ID, providing details like name, owner, and track count.
Instructions
Return metadata for an exact Spotify playlist ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| name | Yes | ||
| owner | Yes | ||
| public | No | ||
| item_count | No | ||
| description | Yes | ||
| snapshot_id | No | ||
| spotify_url | No | ||
| collaborative | No |