Skip to main content
Glama

Kroger MCP Server

mark_order_placed

Mark a cart as a completed order and move it to order history after checkout on the Kroger website or app. Optional order notes can be added for reference.

Instructions

Mark the current cart as an order that has been placed and move it to order history. Use this after you've completed checkout on the Kroger website/app. Args: order_notes: Optional notes about the order Returns: Dictionary confirming the order was recorded

Input Schema

NameRequiredDescriptionDefault
order_notesNo

Input Schema (JSON Schema)

{ "properties": { "order_notes": { "default": null, "title": "Order Notes", "type": "string" } }, "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