Skip to main content
Glama
harezadmm

WinDirStat MCP Server

by harezadmm

categorize_safety_tiers

Categorizes directory items into three safety tiers: Tier 1 for safe cache/temp, Tier 2 for reviewable downloads/media, and Tier 3 for protected code/projects.

Instructions

Categorize directory items into Tier 1 (100% Safe Cache/Temp), Tier 2 (Reviewable Downloads/Media), and Tier 3 (Protected Code/Projects).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute directory path to categorize
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavior. It only lists the tier definitions but does not explain whether the tool modifies files, returns a list, or operates read-only. The action 'categorize' could imply destructive changes, but this is not clarified.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that conveys the core functionality in under 20 words. No extraneous content; every word adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and annotations, the description should explain the tool's output, side effects, and resource requirements. It omits what the tool returns or whether it alters the filesystem, leaving the agent with significant uncertainty.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with one parameter 'path' described as 'Absolute directory path to categorize'. The description does not add additional parameter-level detail beyond what the schema already provides, so a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: categorizing directory items into three tiers with specific examples (Cache/Temp, Downloads/Media, Code/Projects). This distinctively differentiates it from sibling tools like scan_directory or get_largest_items.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for categorizing items into safety tiers but does not explicitly state when to use this tool versus alternatives (e.g., scan_directory). No exclusions or context for when not to use it are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/harezadmm/windirstat-mcp'

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