Skip to main content
Glama
AesirKode

enhanced-filesystem-mcp

by AesirKode

efs_delete

Delete files or directories with automatic backup. Use recursive mode for folders. Safely remove items while preserving recoverable backups.

Instructions

Delete file or directory. Set recursive: true for directories. Creates automatic backup before deletion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to delete
recursiveNoDelete directories
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds valuable context by noting that recursive must be set for directories and that an automatic backup is created before deletion, which mitigates the danger of a destructive operation. It does not specify backup storage location or recovery procedures, but the essential safety behavior is covered.

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 two concise sentences with no unnecessary words. It front-loads the core action, includes a direct parameter instruction, and a safety note—all in under 15 words.

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

Completeness4/5

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

For a straightforward delete tool with two parameters and no output schema, the description covers the essential aspects: what is deleted, how to handle directories, and the automatic backup safety mechanism. It does not detail error behaviors or backup location, but for a simple tool this is reasonably complete.

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

Parameters4/5

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

The schema already provides 100% coverage for both parameters ('Path to delete' and 'Delete directories'), so the baseline is 3. The description adds extra value by giving a concrete usage hint ('Set recursive: true for directories') and clarifying the primary resource scope ('file or directory'), which enhances understanding beyond the schema.

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 'Delete file or directory' with a specific verb and resource, and distinguishes it from sibling tools like efs_write, efs_edit, and efs_move. The mention of recursive behavior for directories further clarifies scope.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool (deleting files/directories) and includes a parameter usage instruction ('Set recursive: true for directories'). However, it does not explicitly name alternatives or exclusions, though sibling tool names make the distinction obvious.

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/AesirKode/enhanced-filesystem-mcp'

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