Search Google Photos
search_photosSearch Google Photos by album, category, or date range. Filter results by content like people, animals, or food.
Instructions
Search for photos in Google Photos using filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | No | ID of album to search within. | |
| date_end | No | End date in YYYY-MM-DD format. | |
| date_start | No | Start date in YYYY-MM-DD format. | |
| max_results | No | Maximum number of photos 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). | |
| content_categories | No | Content categories to filter by (e.g., PEOPLE, ANIMALS, FOOD). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of photos found | |
| error | No | Error message if search failed | |
| photos | No | List of photos matching the search criteria | |
| success | No | Whether the search succeeded | |
| user_email | No | Email address of the user | |
| text_summary | No | Human-readable search summary | |
| filters_applied | No | Search filters that were applied |