Skip to main content
Glama

remove_orphans

Remove orphaned packages to free up disk space on Arch Linux. Preview changes with dry-run mode and exclude specific packages from removal.

Instructions

Remove all orphaned packages to free up disk space. Supports dry-run mode to preview changes and package exclusion. Only works on Arch Linux. Requires sudo access.

Input Schema

NameRequiredDescriptionDefault
dry_runNoPreview what would be removed without actually removing. Default: true
excludeNoList of package names to exclude from removal

Input Schema (JSON Schema)

{ "properties": { "dry_run": { "default": true, "description": "Preview what would be removed without actually removing. Default: true", "type": "boolean" }, "exclude": { "description": "List of package names to exclude from removal", "items": { "type": "string" }, "type": "array" } }, "required": [], "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/nihalxkumar/arch-mcp'

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