Skip to main content
Glama
Superandyfre

disk-clean-mcp

by Superandyfre

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_summaryA

Scan a directory (read-only) to summarize total size, files, dirs. Supports ignore globs and depth limits.

by_typeC

Top file extensions by total size.

top_dirsC

Heaviest directories under root (by aggregate file size).

top_filesB

Largest files with optional filters (size, age, glob include/exclude).

stale_candidatesC

Large and old files (read-only suggestions).

duplicate_candidatesC

Groups of files with identical size and content hash (read-only).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool addresses a distinct aspect of disk analysis: summary, file types, directories, largest files, stale files, and duplicates. There is no overlap in their purposes, making selection unambiguous.

Naming Consistency4/5

All names use snake_case and are descriptive, but the grammatical pattern varies: scan_summary is verb-noun, by_type is preposition-noun, and top_dirs/stale_candidates are noun phrases. Despite this, the style is predictable and easy to navigate.

Tool Count5/5

With six tools, the set is well-scoped for a disk analysis server. Each tool covers a specific common need without excess overlap or bloat.

Completeness4/5

The tools cover the primary read-only analysis workflows: overall summary, type breakdown, directory hotspots, largest files, stale candidates, and duplicates. However, the server name suggests cleaning, yet no deletion or move actions are provided, leaving a minor gap for actual cleanup.

Maintenance

ActivityInactive
ResponsivenessNo issues