Batch Photo Details
photos_batch_detailsRetrieve detailed information for multiple photos in a single batch request, reducing API calls and improving efficiency.
Instructions
Get detailed information for multiple photos in a single optimized request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_item_ids | Yes | List of media item IDs to get details for. Required. | |
| 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). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| success | No | Whether the batch details operation succeeded | |
| user_email | No | Email address of the user | |
| cache_stats | No | Cache statistics for the batch operation | |
| failed_count | No | Number of photos that failed to retrieve details | |
| failed_items | No | List of items that failed to retrieve with error info | |
| text_summary | No | Human-readable summary of batch results | |
| total_requested | No | Total number of photo IDs requested | |
| successful_count | No | Number of photos with successfully retrieved details | |
| successful_items | No | List of photos with successfully retrieved details | |
| processing_time_seconds | No | Time taken for the batch operation in seconds |