Get Photo Details
get_photo_detailsRetrieve detailed information about a specific photo from Google Photos using the user's email and media item ID.
Instructions
Get detailed information about a specific photo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_item_id | Yes | The ID of the media item. Required. | |
| user_google_email | Yes | The user's Google email address. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if retrieval failed | |
| photo | No | Detailed photo information | |
| success | No | Whether the details retrieval succeeded | |
| user_email | No | Email address of the user | |
| text_summary | No | Human-readable photo details summary | |
| media_item_id | No | The media item ID that was queried |