Skip to main content
Glama
TrackLine
by TrackLine

system_bandwidth_stats

Retrieve bandwidth usage statistics for monitoring network performance and managing VPN panel resources.

Instructions

Get bandwidth statistics

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for system_bandwidth_stats which calls client.getBandwidthStats() and wraps the result.
    server.tool(
        'system_bandwidth_stats',
        'Get bandwidth statistics',
        {},
        async () => {
            try {
                const result = await client.getBandwidthStats();
                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