Create an artist
create_artistCreate a new artist by providing required attributes such as artist name, and optional fields like full name, location, and platform URLs.
Instructions
Create a new artist. Pass its attributes in fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Artist attributes. Required: artist_name (string). Common optional: full_name, email, location, bio_short, bio_full, isni, default_language, and platform profile URLs (spotify_url, applemusic_url, youtube_url, etc.). See the API docs for the full field list. |