---
name: get_artist_campaigns
description: "Lookup artist campaigns"
arguments:
  - name: name
    description: "The artist name"
    required: true
---

1. Use SearchArtistByName(name={{name}}) to find the GlobalParticipant
2. Parse the returned GlobalParticipants, summarize by the most frequently appearing, and provide to the user to pick which GlobalParticipant they want to use.
3. Use CampaignsForArtist with the selected GlobalParticipant to retrieve campaigns
