cassette_update_track_metadata
Update track metadata such as pitch, notes, status, progress, and release details to manage music releases via the Cassette API.
Instructions
Update track fields via PATCH /metadata (same fields as the Cassette app): pitchEn, pitchNative, notes, status, progress, multilink, name, artist, release, releaseDate, isSingle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trackId | Yes | ||
| pitchEn | No | English Spotify-style pitch (max ~280 chars) | |
| pitchNative | No | Pitch in another language | |
| notes | No | Release notes / checklist | |
| status | No | e.g. Draft, In Progress, Complete | |
| progress | No | ||
| multilink | No | Smart link URL (ffm.to, etc.) | |
| name | No | ||
| artist | No | ||
| release | No | ||
| releaseDate | No | ||
| isSingle | No |