get_track_info
Retrieve detailed Spotify track information by providing a track ID. The tool integrates with the Multi-MCPs server to streamline access to Spotify data and other third-party APIs.
Instructions
Get Spotify track details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
track_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"track_id": {
"type": "string"
}
},
"required": [
"track_id"
],
"type": "object"
}