Automating the delivery of music to DSPs through intelligent metadata packaging.
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.
Your Agent must execute the distribution tools in a specific sequence to successfully dispatch a release.
get_saved_artists_for_distributionRetrieves the list of authorized artists tied to the current user. The Agent uses this to ensure it only assigns releases to permitted 'Primary Artists'.
start_music_distribution_draftInitiates 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.
patch_distribution_metadataThe 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.
submit_distribution_for_reviewOnce 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.