Skip to main content
Glama
TrackLine
by TrackLine

auth_status

Check current authentication status with the Remnawave VPN panel to verify user access and session validity for administrative tasks.

Instructions

Check current authentication status with Remnawave panel

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'auth_status' tool.
    server.tool(
        'auth_status',
        'Check current authentication status with Remnawave panel',
        {},
        async () => {
            try {
                const result = await client.getAuthStatus();
                return toolResult(result);
            } catch (e) {
                return toolError(e);
  • The actual implementation of the getAuthStatus method called by the 'auth_status' tool.
    async getAuthStatus() {
        return this.get(REST_API.AUTH.GET_STATUS);
    }

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