List Google Photos Albums
list_photos_albumsRetrieve accessible Google Photos albums to manage or share your photo collections.
Instructions
List photo albums from Google Photos that the user has access to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | Maximum number of albums to return. Defaults to 25. | |
| user_google_email | No | The user's Google email address for Photos access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware). | |
| exclude_non_app_created | No | Exclude albums not created by the app. Defaults to False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of albums returned | |
| error | No | Error message if operation failed | |
| albums | No | List of photo albums with their metadata | |
| success | No | Whether the operation completed successfully | |
| userEmail | No | Email address of the user whose albums were listed | |
| excludeNonAppCreated | No | Whether non-app-created albums were excluded |