action spotify_get_users_saved_albums { label: "Get User's Saved Albums\n" description: "Get a list of the albums saved in the current Spotify user's 'Your Music' library.\n" provider: spotify method: GET path: "/me/albums" encoding: json output: { type: "object" additionalProperties: true } }