itunes_all_songs
Retrieve a formatted list of all songs in your Apple Music library, including track names and artists, using commands from the MCP-AppleMusic server.
Instructions
Get a list of all songs in the Music library. Returns a formatted list of all tracks with their names and artists.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "title": "itunes_all_songsArguments",
  "type": "object"
}