Skip to main content
Glama

Kroger MCP Server

get_product_details

Retrieve detailed product information by providing a unique product ID. Optionally include a store location ID for pricing and availability details. This tool integrates with the Kroger MCP Server to enhance grocery shopping functionality.

Instructions

Get detailed information about a specific product. Args: product_id: The unique product identifier location_id: Store location ID for pricing/availability (uses preferred if not provided) Returns: Dictionary containing detailed product information

Input Schema

NameRequiredDescriptionDefault
location_idNo
product_idYes

Input Schema (JSON Schema)

{ "properties": { "location_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Location Id" }, "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