get_albums
Retrieve photo albums from a specific band using its unique identifier. This tool enables users to access and view band photo collections through the Band API integration.
Instructions
Get photo albums from a specific band in BAND.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
band_key | Yes | band ID |
Input Schema (JSON Schema)
{
"properties": {
"band_key": {
"description": "band ID",
"title": "Band ID",
"type": "string"
}
},
"required": [
"band_key"
],
"type": "object"
}