itunes_export_playlist
Export all tracks from a named Apple Music playlist to JSON, CSV, or Markdown. Specify the playlist name and choose your preferred format to get structured data.
Instructions
Export all tracks in a named playlist to JSON, CSV, or Markdown.
Args: playlist: The name of the playlist to export. format: Export format: 'json', 'csv', or 'markdown' (default 'json').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json | |
| playlist | Yes |