Skip to main content
Glama
TrackLine
by TrackLine

nodes_list

Retrieve a complete list of all available VPN nodes for network management and connectivity planning.

Instructions

List all Remnawave nodes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The "nodes_list" tool is registered and implemented within the `registerNodeTools` function in `src/tools/nodes.ts`. It takes no arguments and calls `client.getNodes()` to retrieve the node list.
    server.tool(
        'nodes_list',
        'List all Remnawave nodes',
        {},
        async () => {
            try {
                const result = await client.getNodes();
                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