get_asset_info
Retrieve full metadata including EXIF, GPS, camera details, and file properties for a specific asset by its ID.
Instructions
Get full metadata for a single asset. Use this when you need EXIF details, GPS coordinates, camera info, or file properties for a known asset ID. For finding assets, use search_metadata or search_smart instead. Read-only.
Args:
asset_id: The asset's UUID (from search results, album listings, or list_assets).
Returns: JSON with EXIF data, GPS, dates, dimensions, file size, camera make/model, and owner.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |