Skip to main content
Glama
efforthye
by efforthye

fast_delete_file

Delete files and directories safely with optional recursive removal, force deletion, backup creation, and confirmation prompts to prevent accidental data loss.

Instructions

Deletes a file or directory

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath of the file/directory to delete
recursiveNoRecursively delete directory
forceNoForce deletion
backup_before_deleteNoCreate a backup before deleting
confirm_deleteNoConfirm deletion (safety measure)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed5 schema fields changedv1.0.0
    • changedInput schema / properties / backup_before_delete / description
      Previous value: -"삭제 전 백업 생성"New value: +"Create a backup before deleting"
    • changedInput schema / properties / confirm_delete / description
      Previous value: -"삭제 확인 (안전장치)"New value: +"Confirm deletion (safety measure)"
    • changedInput schema / properties / force / description
      Previous value: -"강제 삭제"New value: +"Force deletion"
    • changedInput schema / properties / path / description
      Previous value: -"삭제할 파일/디렉토리 경로"New value: +"Path of the file/directory to delete"
    • changedInput schema / properties / recursive / description
      Previous value: -"디렉토리 재귀적 삭제"New value: +"Recursively delete directory"
  2. First observed

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description must disclose behavior but only says 'Deletes'. It does not state whether deletion is permanent or moves to trash, what permissions are needed, or how parameters like recursive and force affect behavior. Critical safety traits are omitted.

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

Conciseness3/5

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

The description is very short (6 words), which is concise but omits essential details. It is front-loaded but fails to provide enough context for a destructive operation. It earns its place but could be more informative without being verbose.

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 5 parameters, no output schema, and no annotations, the description is incomplete. It does not explain return values, error handling, or behavior of backup_before_delete/confirm_delete. For a deletion tool, this is insufficient.

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%—each parameter has a description in the schema. The tool description adds no additional meaning beyond those descriptions. Baseline score of 3 is appropriate.

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?

Description clearly states 'Deletes a file or directory', identifying the verb and resource. However, it does not differentiate from sibling tools like fast_batch_file_operations which may also support deletion, missing explicit sibling differentiation.

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 on when to use this tool versus alternatives such as fast_batch_file_operations or fast_move_file. No context about prerequisites or when deletion is appropriate.

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

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/efforthye/fast-filesystem-mcp'

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