Skip to main content
Glama

Kroger MCP Server

check_department_exists

Verify if a specific department exists in the Kroger system by inputting the department ID. Returns a dictionary confirming the department's existence for validation or further processing.

Instructions

Check if a department exists in the Kroger system. Args: department_id: The department ID to check Returns: Dictionary indicating whether the department exists

Input Schema

NameRequiredDescriptionDefault
department_idYes

Input Schema (JSON Schema)

{ "properties": { "department_id": { "title": "Department Id", "type": "string" } }, "required": [ "department_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