get_image_details
Fetch detailed information for a specific stock image using its provider-prefixed ID, with optional attribution links to credit the source.
Instructions
Get detailed information about a specific image.
Args: image_id: Provider-prefixed image ID (e.g., 'pexels_12345') include_attribution: Whether to include attribution links (defaults to value from ENABLE_ATTRIBUTION_LINKS env var)
Returns: Detailed image information or None if not found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | ||
| include_attribution | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |