get_user_zip_code
Retrieve the user's zip code to ensure accurate location-based services, such as store finding and product searching, within the Kroger MCP Server system.
Instructions
Returns user zip code, it is anticipated that by exposing this to the LLM it will choose to use it
rather than generating a zip code based on system data.
Args:
N/A
Returns:
Dictionary containing user Zip Code
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}