1. The AI Music Distribution Workflow

Automating the delivery of music to DSPs through intelligent metadata packaging.

  • Chema Rodriguez
    Author
    by Chema Rodriguez
    17 days ago
  • Automated Digital Distribution

    Group 11 contains the most powerful executable actions in the Chatmu MCP Server: the ability to actually distribute music directly to stores like Spotify, Apple Music, and Amazon.

    Subscription Notice: These tools are strictly gated to users on an active Premium Plan. Furthermore, a strict quota applies: 1 successful release submission per month, per authorized artist. The Agent will automatically verify quota limits before initiating a draft.

    The Distribution Sequence

    Your Agent must execute the distribution tools in a specific sequence to successfully dispatch a release.

    Step 1: get_saved_artists_for_distribution

    Retrieves the list of authorized artists tied to the current user. The Agent uses this to ensure it only assigns releases to permitted 'Primary Artists'.

    Step 2: start_music_distribution_draft

    Initiates a new distribution ticket/draft in the Chatmu backend. It verifies quota and returns a unique releaseId along with an array of missing_fields that mathematically details what metadata is still needed.

    Step 3: patch_distribution_metadata

    The heavy lifter. The Agent continuously patches the draft using the releaseId, injecting the album name, cover art URL, tracklist, and detailed credits (composers, producers). It returns an updated missing_fields list.

    Step 4: submit_distribution_for_review

    Once the patch_distribution_metadata tool reports an empty missing_fields array ([]), the Agent executes this final tool. This irrevocably submits the package to Chatmu's QA team for final store delivery.