Google Super
GOOGLESUPER_GET_ALBUM
Returns the album based on the specified albumId.
Remote googlesuper
Other tools also called GOOGLESUPER_GET_ALBUM?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"albumId": {
"type": "string",
"title": "Album Id",
"description": "Identifier of the album to be requested."
}
}
}