Skip to main content
Glama
TrackLine
by TrackLine

system_nodes_metrics

Monitor system node performance and health metrics to identify issues and optimize VPN panel operations.

Instructions

Get detailed node metrics

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The MCP tool 'system_nodes_metrics' is defined here. It calls the RemnawaveClient's 'getNodesMetrics' method.
    server.tool(
        'system_nodes_metrics',
        'Get detailed node metrics',
        {},
        async () => {
            try {
                const result = await client.getNodesMetrics();
                return toolResult(result);
            } catch (e) {
                return toolError(e);
            }
        },
    );
  • This helper method in the RemnawaveClient executes the API request for node metrics.
    async getNodesMetrics() {
        return this.get(REST_API.SYSTEM.STATS.NODES_METRICS);
    }

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