Get Artist
get_artistGet an artist's biography and their artworks by ID. Returns name, birth/death dates, bio text, and linked artwork IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ARTIC artist ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Artist ID | |
| name | Yes | Artist name | |
| birth_date | No | Birth year or date | |
| death_date | No | Death year or date | |
| artwork_ids | Yes | IDs of artworks by this artist | |
| description | No | Artist biography or description |