action spotify_get_a_users_available_devices { label: "Get Available Devices\n" description: "Get information about a user’s available devices.\n" provider: spotify method: GET path: "/me/player/devices" encoding: json output: { type: "object" additionalProperties: true } }