test_authentication
Verify the validity of the current authentication token on the Kroger MCP Server by checking its status, returning a dictionary with the authentication results.
Instructions
Test if the current authentication token is valid.
Returns:
Dictionary indicating authentication status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}