action spotify_get_queue { label: "Get the User's Queue\n" description: "Get the list of objects that make up the user's queue.\n" provider: spotify method: GET path: "/me/player/queue" encoding: json output: { type: "object" additionalProperties: true } }