Skip to main content
Glama

trigger_update

Manually check for and apply available updates to the HTTP Toolkit server to ensure access to current features and security improvements.

Instructions

Trigger an update check for the HTTP Toolkit server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of the triggerUpdate method which performs the network request.
    async triggerUpdate(): Promise<{ success: boolean }> {
      return this.request('POST', '/update');
    }
  • src/index.ts:65-73 (registration)
    The registration of the 'trigger_update' tool.
    server.registerTool(
      'trigger_update',
      {
        title: 'Trigger Server Update',
        description: 'Trigger an update check for the HTTP Toolkit server',
        inputSchema: z.object({}),
      },
      async () => jsonResult(await client.triggerUpdate())
    );

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/fdciabdul/httptoolkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server