update_asset_metadata
Update photo asset metadata: set original date, GPS coordinates, description, mark favorite, or set rating. Only specified fields are changed.
Instructions
Update metadata for a specific asset (dates, GPS coordinates, description, etc). Only provided fields are updated — omitted fields are left unchanged.
Args:
asset_id: The unique ID of the asset.
date_time_original: ISO 8601 date string (e.g. '2019-07-14T15:23:41.000Z').
latitude: GPS latitude (-90 to 90).
longitude: GPS longitude (-180 to 180).
description: Asset description text.
is_favorite: Mark as favorite.
rating: Rating from 1-5, or null for unrated.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | ||
| date_time_original | No | ||
| latitude | No | ||
| longitude | No | ||
| description | No | ||
| is_favorite | No | ||
| rating | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |