Skip to main content
Glama
TrackLine
by TrackLine

subscriptions_get_by_short_uuid

Retrieve subscription details using a short UUID identifier for Remnawave VPN panel administration.

Instructions

Get subscription details by short UUID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shortUuidYesShort UUID

Implementation Reference

  • The tool 'subscriptions_get_by_short_uuid' is registered here. It calls 'client.getSubscriptionByShortUuid(shortUuid)' as its handler.
    server.tool(
        'subscriptions_get_by_short_uuid',
        'Get subscription details by short UUID',
        {
            shortUuid: z.string().describe('Short UUID'),
        },
        async ({ shortUuid }) => {
            try {
                const result =
                    await client.getSubscriptionByShortUuid(shortUuid);
                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