Skip to main content
Glama

Kroger MCP Server

get_product_images

Retrieve product images from specific perspectives (e.g., front, back) using the product ID and store location. Use insights from get_product_details to identify available angles.

Instructions

Get an image for a specific product from the requested perspective. Use get_product_details first to see what perspectives are available (typically "front", "back", "left", "right"). Args: product_id: The unique product identifier perspective: The image perspective to retrieve (default: "front") location_id: Store location ID (uses preferred if not provided) Returns: The product image from the requested perspective

Input Schema

NameRequiredDescriptionDefault
location_idNo
perspectiveNofront
product_idYes

Input Schema (JSON Schema)

{ "properties": { "location_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Location Id" }, "perspective": { "default": "front", "title": "Perspective", "type": "string" }, "product_id": { "title": "Product Id", "type": "string" } }, "required": [ "product_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CupOfOwls/kroger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server