Skip to main content
Glama

Kroger MCP Server

check_location_exists

Verify if a store location exists in the Kroger system by providing its unique identifier. Returns a dictionary indicating the existence status of the specified location.

Instructions

Check if a location exists in the Kroger system. Args: location_id: The unique identifier for the store location Returns: Dictionary indicating whether the location exists

Input Schema

NameRequiredDescriptionDefault
location_idYes

Input Schema (JSON Schema)

{ "properties": { "location_id": { "title": "Location Id", "type": "string" } }, "required": [ "location_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