Get live Homebridge product images and videos
get_homebridge_product_mediaRead Shopify-hosted media data for one approved Homebridge major-category product when the buyer explicitly asks for additional images, videos, or a media gallery. Pass the exact live SKU to prioritize the image associated with its Shopify variant ID. Prefer the returned native image content. If a client cannot display it, reproduce the supplied Markdown fallback unchanged; never convert it to raw HTML. Do not call this after configure_homebridge_fire_pit merely to show the resolved product: that tool already renders its exact product card. After inspecting this result, call display_homebridge_product_media with the same selection only for an explicit media/gallery request. Media remains hosted by Shopify or its declared provider; this read-only tool creates no cart, checkout, order, or payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | ||
| limit | No | ||
| category | Yes | ||
| mediaTypes | No | ||
| productHandle | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | Yes | ||
| product | Yes | ||
| boundaries | Yes | ||
| mediaCount | Yes | ||
| generatedAt | Yes | ||
| schemaVersion | Yes | ||
| dataProvenance | Yes | ||
| selectedVariant | Yes | ||
| requestedMediaTypes | Yes |