itunes_current_song
Retrieve details of the currently playing track on Apple Music, including track name, artist, and album, through the MCP-AppleMusic server.
Instructions
Get information about the currently playing track. Returns the track name, artist, and album.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "itunes_current_songArguments",
"type": "object"
}