List Album Photos
list_album_photosRetrieve all photos from a Google Photos album by providing the user's email and album ID. Optionally set a maximum number of photos to return.
Instructions
List all photos from a specific album
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | The ID of the album. Required. | |
| max_results | No | Maximum number of photos to return. Defaults to 50. | |
| user_google_email | Yes | The user's Google email address. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of photos returned | |
| error | No | Error message if operation failed | |
| photos | No | List of photos with their metadata | |
| albumId | No | Album ID if photos were retrieved from a specific album | |
| success | No | Whether the operation completed successfully | |
| userEmail | No | Email address of the user whose photos were listed |