action spotify_get_several_tracks { label: "Get Several Tracks\n" description: "Get Spotify catalog information for multiple tracks based on their Spotify IDs.\n" provider: spotify method: GET path: "/tracks" encoding: json output: { type: "object" additionalProperties: true } }