get_artist_info
Retrieve detailed artist information from Last.fm by name or MBID, including personalized data when a username is provided.
Instructions
Get detailed information about an artist by name or MBID. You can get a user's playcount, etc. by providing a username.
Args: artist: Artist name to search for (optional if mbid is provided) mbid: Optional MBID (MusicBrainz ID) of the artist (optional if artist is provided) lang: Language code for the artist info (as an ISO 639 alpha-2 code) autocorrect: Whether to use autocorrection for the artist name username: If the username is provided, the artist info will be personalized with the user's playcount, etc.
Returns: Formatted detailed artist information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | No | ||
| mbid | No | ||
| lang | No | ||
| autocorrect | No | ||
| username | No |