search_smart
Find photos by typing a natural language description; optionally filter by city, state, country, or date to pinpoint results.
Instructions
AI-powered visual search using CLIP. Describe what you're looking for in natural language (e.g. 'sunset at the beach', 'birthday cake', 'mountain landscape').
Can be combined with location and date filters.
Args:
query: Natural language description of what to find.
city: Optional city filter.
state: Optional state/region filter.
country: Optional country filter.
taken_after: ISO date — only photos after this date.
taken_before: ISO date — only photos before this date.
page: Page number (default 1).
size: Results per page (default 50, max 200).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| city | No | ||
| state | No | ||
| country | No | ||
| taken_after | No | ||
| taken_before | No | ||
| page | No | ||
| size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |