get_photos
Retrieve photos from a specific album in BAND using the album identifier and band key. This tool enables users to access and view photo collections stored within their BAND groups.
Instructions
Get photos from a specific album in BAND.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
band_key | Yes | band identifier | |
photo_album_key | No | photo album identifier |
Input Schema (JSON Schema)
{
"properties": {
"band_key": {
"description": "band identifier",
"title": "Band Key",
"type": "string"
},
"photo_album_key": {
"description": "photo album identifier",
"title": "Photo Album Key",
"type": "string"
}
},
"required": [
"band_key"
],
"type": "object"
}