Skip to main content
Glama
TrackLine
by TrackLine

hwid_devices_delete_all

Remove all hardware identification devices associated with a specific user to reset device authorizations or resolve access issues.

Instructions

Delete all HWID devices for a user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userUuidYesUser UUID

Implementation Reference

  • The tool 'hwid_devices_delete_all' is registered using server.tool and delegates to client.deleteAllUserHwidDevices.
    server.tool(
        'hwid_devices_delete_all',
        'Delete all HWID devices for a user',
        {
            userUuid: z.string().describe('User UUID'),
        },
        async ({ userUuid }) => {
            try {
                const result =
                    await client.deleteAllUserHwidDevices(userUuid);
                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