Skip to main content
Glama

Kroger MCP Server

remove_from_cart

Use this tool to remove an item from local cart tracking after it has been deleted from the Kroger app/website. Ensures local tracking stays in sync with the user's actual cart.

Instructions

Remove an item from the local cart tracking only. IMPORTANT: This tool CANNOT remove items from the actual Kroger cart in the app/website. It only updates our local tracking to stay in sync. The user must remove the item from their actual cart through the Kroger app or website themselves. Use this tool only when: 1. The user has already removed an item from their Kroger cart through the app/website 2. You need to update the local tracking to reflect that change Args: product_id: The product ID to remove modality: Specific modality to remove (if None, removes all instances) Returns: Dictionary confirming the removal from local tracking

Input Schema

NameRequiredDescriptionDefault
modalityNo
product_idYes

Input Schema (JSON Schema)

{ "properties": { "modality": { "default": null, "title": "Modality", "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