view_current_cart
Retrieve locally tracked cart contents and summaries added via the MCP server. Provides an overview of items without accessing the actual user cart through the Kroger API.
Instructions
View the current cart contents tracked locally.
Note: This tool can only see items that were added via this MCP server.
The Kroger API does not provide permission to query the actual user cart contents.
Returns:
Dictionary containing current cart items and summary
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}