Skip to main content
Glama
EpicLabs23

ecp-mcp-server

by EpicLabs23

ecp_files_delete

Delete a file or folder from a hosting account. Requires explicit confirmation because the action is irreversible and cannot be undone.

Instructions

Delete a single file or folder. Irreversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYes
file_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does state the critical fact that deletion is 'Irreversible,' which is essential for a destructive operation. However, it does not mention the required confirmation flag, whether folder deletion is recursive, or any permissions needed.

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?

Two short sentences with no filler. The core action is front-loaded, and the critical warning 'Irreversible' is placed immediately after. Every word earns its place.

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

Completeness3/5

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

The tool is simple and the schema is minimal, but with no annotations and no output schema, the description could do more. It omits the confirmation requirement and expected outcomes or errors, leaving some important context for an agent deciding whether to invoke it.

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%, and the description adds almost no parameter-level meaning. It implies file_path by saying 'file or folder' but does not explain the confirm parameter or its true-required semantics, which is a meaningful gap for a destructive operation.

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 uses a specific verb and resource: 'Delete a single file or folder.' It clearly scopes the operation to a single item, which differentiates it from the sibling ecp_files_delete_multiple and related file operations like rename or move. The purpose is immediately understandable.

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 phrase 'single file or folder' provides clear context for when this tool applies, but it does not explicitly name alternatives such as ecp_files_delete_multiple for batch deletions. It implies the boundary without stating when-not-to-use or exclusions explicitly.

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

Deploy Server

Other Tools