action spotify_get_users_profile { label: "Get User's Profile\n" description: "Get public profile information about a Spotify user.\n" provider: spotify method: GET path: "/users/{user_id}" encoding: json output: { type: "object" additionalProperties: true } }