manage_release_labels
Attach or detach existing palette labels to a release by providing the release ID, action (attach/detach), and label IDs. Returns the updated label set.
Instructions
Attach or detach existing palette labels on a release. Use list_release_labels with release_id to read.
Args: release_id: UUID of the release action: "attach" to add the labels, "detach" to remove them label_ids: UUIDs of palette labels to attach/detach
Returns: The release's attached labels after the operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| label_ids | Yes | ||
| release_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |