Remove installed tools from tool-cli’s managed store. Uninstalled tools are no longer available forDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/superradcompany/tool-cli/llms.txt
Use this file to discover all available pages before exploring further.
tool run, tool call, or tool host add. Host configurations that reference the removed tools should be updated separately with tool host remove.
Synopsis
Arguments
One or more tool references to remove. Use the same name you used at install time (e.g.,
appcypher/bash or my-local-tool). Omit when using --all.Flags
Uninstall every tool in the local store. Cannot be combined with individual
<names>.Skip the confirmation prompt. Useful in non-interactive scripts and CI pipelines.
Examples
Uninstalling a tool does not automatically remove it from host configurations (Claude Desktop, Cursor, etc.). Run
tool host remove <host> after uninstalling if you want to clean up the host config as well.