Skip to main content
Glama

health_check

Monitor server status and verify operational health to ensure reliable document processing functionality.

Instructions

Check server health and status.

Returns: Dictionary with health status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The health_check tool implementation in src/docx_mcp/server.py which provides basic service status and version information.
    @app.tool()
    def health_check() -> dict[str, Any]:
        """
        Check server health and status.
    
        Returns:
            Dictionary with health status
        """
        return {
            "status": "healthy",
            "service": "docx-mcp",
            "version": "0.1.0",
        }

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/Andrew82106/LLM_Docx_Agent_MCP'

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