get_timeline_bucket
Retrieve assets for a specific month bucket and browse your photo library chronologically without expensive searches. Filter by album, person, tag, or favorite.
Instructions
The assets of one month bucket from get_timeline_buckets. Use the two tools together to walk a library month by month without expensive searches. Read-only.
Args:
time_bucket: The bucket key exactly as get_timeline_buckets returned it
(e.g. '2026-03-01').
album_id: Only assets in this album.
person_id: Only assets showing this person.
tag_id: Only assets carrying this tag.
is_favorite: If true, only favorites.
Returns: JSON with an assets array; each row has asset_id, date, is_image,
is_favorite, duration, city and country.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | No | ||
| album_id | No | ||
| person_id | No | ||
| is_favorite | No | ||
| time_bucket | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |