get_artist
ActiveTool of artic
declared in 0.1.0
Get an artist's biography and their artworks by ID. Returns name, birth/death dates, bio text, and linked artwork IDs.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 1234
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "number",
"description": "ARTIC artist ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
artic
https://github.com/pipeworx-io/mcp-artic
1/7 registries