Skip to main content
Glama
kridaydave

File Organizer MCP

by kridaydave

Analyze Duplicate Files with Smart Recommendations

file_organizer_analyze_duplicates
Read-onlyIdempotent

Analyze a directory for duplicate files and get recommendations on which to keep based on location, filename quality, and age.

Instructions

Finds duplicate files and suggests which to keep/delete based on location, name quality, and age.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directoryYes
response_formatNomarkdown
auto_select_keepNo
recommendation_strategyNobest_location
Install Server

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so safety is covered. The description adds context about recommendation criteria but does not disclose return format, how recommendations are presented, or the absence of actual file modification. It is consistent with annotations but adds limited behavioral depth.

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

Conciseness4/5

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

The description is a single, efficient sentence with no fluff and the main action front-loaded. It could add a second sentence on usage without losing conciseness, but as-is it is appropriately lean.

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?

For a tool with 4 parameters (2 with enums), 0% schema coverage, and no output schema, this description is significantly incomplete. It omits parameter meanings, return format, and practical usage context, leaving the agent to guess critical details like what auto_select_keep does or how response_format affects output.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only indirectly explains recommendation_strategy via the phrase 'based on location, name quality, and age' but leaves directory, response_format, and auto_select_keep unexplained. The agent gets little help understanding parameter meaning or how to set them.

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

Purpose4/5

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

The description clearly states the tool finds duplicate files and suggests keep/delete actions based on three specific criteria. The verb 'suggests' distinguishes it from the find-only or delete-only siblings, though it does not explicitly name alternatives.

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

Usage Guidelines2/5

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

No guidance is given for when to use this tool versus siblings like file_organizer_find_duplicate_files or file_organizer_delete_duplicates. The agent must infer that this is for analysis/recommendation rather than listing or deletion, which is not explicitly stated.

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

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/kridaydave/File-Organizer-MCP'

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