action spotify_get_available_markets { label: "Get Available Markets\n" description: "Get the list of markets where Spotify is available.\n" provider: spotify method: GET path: "/markets" encoding: json output: { type: "object" properties: { markets: { type: "array" items: { type: "string" } } } } }