Skip to main content
Glama

Kroger MCP Server

check_chain_exists

Verify the existence of a specific grocery chain in the Kroger system by providing the chain name. Returns a dictionary confirming whether the chain is available.

Instructions

Check if a chain exists in the Kroger system. Args: chain_name: Name of the chain to check Returns: Dictionary indicating whether the chain exists

Input Schema

NameRequiredDescriptionDefault
chain_nameYes

Input Schema (JSON Schema)

{ "properties": { "chain_name": { "title": "Chain Name", "type": "string" } }, "required": [ "chain_name" ], "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