get_image_info
Retrieve detailed image metadata including EXIF data, camera settings, location, and file details using an image ID from search results.
Instructions
Get detailed metadata for a specific image.
Retrieves comprehensive information about an image including EXIF data, camera settings, location, and file details.
Args: image_id: Unique identifier for the image (obtained from search results)
Returns: Dictionary containing: - success: Whether the operation succeeded - image: Complete metadata including: - filepath: Full path to the image file - filename: Name of the file - folder: Folder containing the image - width/height: Image dimensions - date_taken: When the photo was taken (if available) - camera_make/model: Camera information - lens_model: Lens used - focal_length: Focal length in mm - aperture: F-stop value - iso: ISO sensitivity - shutter_speed: Exposure time - gps_latitude/longitude: Location coordinates (if available) - tags: Associated tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes |