Add or remove entities in a MusicBrainz collection
musicbrainz_modify_collectionAdd or remove entities such as releases or artists from your MusicBrainz collections. Preview changes without network call, then confirm to apply.
Instructions
Add or remove entities (releases, artists, recordings, release-groups, works, labels, places, areas, events) in one of YOUR MusicBrainz collections (needs OAuth: MUSICBRAINZ_OAUTH_* with the collection scope). Get the collection MBID from its URL (musicbrainz.org/collection/). Without confirm: true it returns a dry-run preview and makes NO network call; with confirm: true it applies the change. Data from MusicBrainz (https://musicbrainz.org), the open music encyclopedia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbids | Yes | MBIDs of the entities to add/remove | |
| action | Yes | Whether to add to or remove from the collection | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| collection | Yes | MBID of the target collection | |
| entityType | Yes | Plural entity type the collection holds (e.g. "releases") |