Radio Cult · Capability
Radio Cult API — Artists
Radio Cult API — Artists. 4 operations. Lead operation: Retrieve all artists. Self-contained Naftiko capability covering one Radio Cult business surface.
What You Can Do
GET
Get
— Retrieve all artists
/v1/api/station/{stationid}/artists
POST
Post
— Create an artist
/v1/api/station/{stationid}/artists
GET
Get
— Fetch artist by ID or slug
/v1/api/station/{stationid}/artists/{artistid}
GET
Get
— Get an artist's scheduled events
/v1/api/station/{stationid}/artists/{artistid}/schedule
MCP Tools
retrieve-all-artists
Retrieve all artists
read-only
idempotent
create-artist
Create an artist
fetch-artist-id-slug
Fetch artist by ID or slug
read-only
idempotent
get-artist-s-scheduled-events
Get an artist's scheduled events
read-only
idempotent