diskcleankit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| one_touch_scanA | Run DiskCleanKit One Touch Scan - automatically scans your Mac for junk files, caches, logs, and system debris. Shows what can be cleaned WITHOUT deleting anything. Always run this first before cleaning. |
| one_touch_cleanA | Run DiskCleanKit One Touch Clean - automatically cleans the items found by the previous scan. WARNING: This deletes files immediately without confirmation. Always run one_touch_scan first and get user approval before calling this. |
| get_disk_statusA | Get current disk space status including total space, free space, used space, usage percentage, and health status (healthy/warning/critical). |
| get_cleanable_estimateA | Estimate how much space can be cleaned by One Touch Clean. Returns breakdown by category (caches, logs, Xcode data, trash, etc.). |
| get_cleaning_historyA | Get history of past cleaning sessions including total space freed, number of sessions, and details of recent cleans. Use this to answer 'how much did I clean last week?' |
| get_storage_breakdownA | Get detailed storage breakdown by category (Documents, Downloads, Developer, Caches, etc.). Use this to answer 'What's eating my disk space?' with specific category sizes. |
| get_large_filesA | Find large files on the Mac. Returns a list of the biggest files with their paths, sizes, and types. Use this to answer 'what are these large files?' or 'find big files'. |
| get_dev_cachesB | Analyze developer tool caches: Xcode derived data, iOS simulators, npm, Yarn, CocoaPods, Homebrew, Gradle, Maven, Docker. Use this to answer 'clean all my dev caches' or help developers specifically. |
| show_disk_managerA | Open DiskCleanKit's Disk Manager screen and auto-scan the system disk. Shows visual storage breakdown with charts. Use this when user wants to SEE their disk usage, or for first-time demos. |
| show_one_touchA | Open DiskCleanKit's One Touch Clean screen. Brings app to front for user interaction. Use this when user wants to manually control the cleaning process. |
| show_cleaning_historyA | Open DiskCleanKit's Cleaning History screen. Shows past cleaning sessions with charts and statistics. Use this when user wants to visually review their cleaning history. |
| show_dashboardA | Open DiskCleanKit's main Dashboard. Shows overview of disk health, quick actions, and recommendations. Use this as a general entry point to show the app. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Most tools have distinct purposes: queries (get_*), actions (one_touch_*), and UI (show_*). However, get_cleaning_history and show_cleaning_history could be confused, as both relate to cleaning history but one returns data and the other opens a screen.
Tool names follow a consistent pattern: 'get_' for data retrieval, 'one_touch_' for automated actions, and 'show_' for opening UI screens. The only minor inconsistency is the pair 'get_cleaning_history' vs 'show_cleaning_history', which differ only by prefix but could still cause ambiguity.
With 12 tools, the set is well-scoped for a disk cleanup utility. It covers scanning, cleaning, detailed analysis, and UI navigation without being overwhelming or too sparse.
The toolset covers key workflows: scan, clean, analyze, and view. However, it lacks granular control (e.g., cleaning only specific categories) and a rollback feature, which are minor gaps for the intended domain.