Skip to main content
Glama

hypertool-mcp

by toolprint

delete-toolset

Remove a specific toolset configuration from the hypertool-mcp server by providing its name and confirming the deletion to ensure precision and safety.

Instructions

Delete a saved toolset configuration

Input Schema

NameRequiredDescriptionDefault
confirmNoConfirm deletion (required to actually delete)
nameYesName of the toolset to delete

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "confirm": { "description": "Confirm deletion (required to actually delete)", "type": "boolean" }, "name": { "description": "Name of the toolset to delete", "type": "string" } }, "required": [ "name" ], "type": "object" }

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/toolprint/hypertool-mcp'

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