Skip to main content
Glama

health_check

Verify Optimizely DXP MCP server health status before critical operations by checking telemetry, API rate limits, active monitors, and system resources.

Instructions

🏥 Check MCP server overall health status. REAL-TIME: 1-2s. Returns telemetry status, API rate limit info, active background monitors count, and system resource usage. Use this to verify server is operating normally before critical operations. No parameters. Returns health metrics and component status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNo
projectNameNo
apiKeyNo
apiSecretNo
debugNoInclude debug information (process ID, session ID, etc.)

Implementation Reference

  • Registration of the 'health_check' tool in the tool availability matrix, available for all hosting types in Setup & Connection category with description 'Comprehensive health check of your setup'
    'health_check': { hostingTypes: ['dxp-paas', 'dxp-saas', 'self-hosted', 'unknown'], category: 'Setup & Connection', description: 'Comprehensive health check of your setup' },
  • NLP parser pattern that maps natural language inputs like 'health', 'ping', 'alive' to invoke the 'health_check' tool
    { pattern: /^(health|ping|alive)/i, tool: 'health_check', category: 'health' },
  • Potential implementation or supporting function for health checks: forceHealthCheck method that performs endpoint and system health checks and returns HealthStatus. Matches the 'comprehensive health check' description.
    async forceHealthCheck(): Promise<HealthStatus> { await this.checkEndpointHealth(); this.checkSystemHealth(); return this.getHealthStatus(); } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaxonDigital/optimizely-dxp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server