set_preferred_location
Set a preferred store location by specifying a unique location ID. Enables streamlined operations for store-based tasks on the Kroger MCP Server.
Instructions
Set a preferred store location for future operations.
Args:
location_id: The unique identifier for the store location
Returns:
Dictionary confirming the preferred location has been set
Input Schema
Name | Required | Description | Default |
---|---|---|---|
location_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"location_id": {
"title": "Location Id",
"type": "string"
}
},
"required": [
"location_id"
],
"type": "object"
}