Server Health Check
health_checkVerify server health and configuration for Google Workspace integration. Diagnose issues by checking current setup and access status.
Instructions
Check server health and configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | No | The user's Google email address for Drive access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Server host address | |
| port | Yes | Server port number | |
| error | No | Error message if health check failed | |
| status | Yes | Overall health status: 'healthy', 'degraded', or 'unhealthy' | |
| healthy | Yes | Whether the server is in a healthy state | |
| logLevel | Yes | Current logging level | |
| serverName | Yes | Name of the MCP server | |
| memoryHealth | No | Memory and process health metrics | |
| serverVersion | Yes | Version of the MCP server | |
| activeSessions | Yes | Number of currently active user sessions | |
| oauthConfigured | Yes | Whether OAuth credentials are configured | |
| oauthFlowStatus | No | Status of OAuth authentication flows | |
| oauthCallbackUrl | Yes | OAuth callback URL for authentication redirects | |
| credentialsDirectory | Yes | Path to the credentials directory | |
| credentialsDirectoryAccessible | Yes | Whether the credentials directory exists and is accessible |