Get Photos Library Info
get_photos_library_infoAccess your Google Photos library info: storage usage, media counts, and more. Provide the user's Google email to get library summary.
Instructions
Get information about the user's Google Photos library
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if retrieval failed | |
| success | No | Whether the library info retrieval succeeded | |
| user_email | No | Email address of the user | |
| album_count | No | Number of albums in the library | |
| text_summary | No | Human-readable library summary | |
| recent_albums | No | List of recent albums | |
| recent_photos_count | No | Number of recent photos accessed |