action spotify_get_current_users_profile { label: "Get Current User's Profile\n" description: "Get detailed profile information about the current user (including the\ncurrent user's username).\n" provider: spotify method: GET path: "/me" encoding: json output: { type: "object" additionalProperties: true } }