get_album_tracks
ActiveTool of mcp-theaudiodb
declared in 0.1.0
List all tracks on a TheAudioDB album by its idAlbum (as returned by search_album). Returns each track id, title, track number, duration in milliseconds, genre, and music-video URL when available.
Parameters schema
{
"type": "object",
"required": [
"album_id"
],
"properties": {
"album_id": {
"type": "string",
"description": "TheAudioDB idAlbum, e.g. \"2109615\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-theaudiodb
https://github.com/pipeworx-io/mcp-theaudiodb
2/7 registries