Skip to main content
Glama
TrackLine
by TrackLine

system_health

Monitor and verify the operational status of the Remnawave VPN panel to ensure system availability and performance.

Instructions

Check Remnawave panel health status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'system_health' tool is registered using `server.tool` and calls `client.getHealth()` to fetch health status.
    server.tool(
        'system_health',
        'Check Remnawave panel health status',
        {},
        async () => {
            try {
                const result = await client.getHealth();
                return toolResult(result);
            } catch (e) {
                return toolError(e);
            }
        },
    );

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/TrackLine/mcp-remnawave'

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