create_song
Add a new song to the database by specifying title and artist, with optional fields for album, duration, genre, Spotify ID, or external source.
Instructions
Create a new song
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album | No | Album name | |
| genre | No | Song genre | |
| title | Yes | Song title | |
| artist | Yes | Song artist | |
| duration | No | Song duration in seconds | |
| spotifyId | No | Spotify track ID | |
| externalSource | No | External source identifier |