Skip to main content
Glama
TrackLine
by TrackLine

system_metadata

Retrieve metadata and version details for Remnawave VPN panel management and system diagnostics.

Instructions

Get Remnawave panel metadata and version information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'system_metadata' tool is registered using 'server.tool'. The handler calls 'client.getMetadata()' and returns the result using 'toolResult'.
    server.tool(
        'system_metadata',
        'Get Remnawave panel metadata and version information',
        {},
        async () => {
            try {
                const result = await client.getMetadata();
                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