health_check
Verify the operational status of the Zapmail MCP Server by checking API connectivity, cache functionality, and configuration integrity to ensure reliable performance.
Instructions
Perform a comprehensive health check of the MCP server including API connectivity, cache status, and configuration validation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
detailed | No | Include detailed health information |
Input Schema (JSON Schema)
{
"properties": {
"detailed": {
"default": false,
"description": "Include detailed health information",
"type": "boolean"
}
},
"type": "object"
}