get_artist
ActiveTool of mcp-discogs
declared in 0.1.0
Fetch a Discogs artist profile by artist_id. Returns name, real name, profile bio, URLs, aliases, group memberships, images, and Discogs URL.
Parameters schema
{
"type": "object",
"examples": [
{
"artist_id": 125959
}
],
"required": [
"artist_id"
],
"properties": {
"artist_id": {
"type": "number",
"description": "Discogs artist ID"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-discogs
https://github.com/pipeworx-io/mcp-discogs
2/7 registries