Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_file_manager_delete_v1_files

DestructiveIdempotent

Delete files permanently from a user's hosting account by providing user ID and file paths. Use this to remove unwanted resources with a direct HTTP DELETE request.

Instructions

Delete files

HTTP: DELETE /v1/files Category: File Manager Required scopes: files:delete WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (application/json)
Install Server

TDQS

B3.4/5.0
Behavior4/5

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

The description adds meaningful behavioral context beyond the annotations: it discloses the required scope (files:delete), the HTTP method, and explicitly warns that the operation is destructive and permanently removes the resource. This reinforces destructiveHint and readOnlyHint with concrete operational detail and does not contradict the annotations.

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 compact and front-loaded: the core action appears first, followed by useful operational metadata and a clear warning. The only minor redundancy is 'Delete files' echoing the title, but it does not meaningfully bloat the description.

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?

For a destructive mutation with a nested request body, the description covers the critical safety facts and auth requirement. It omits parameter semantics for paths and permanent, and provides no guidance on trash behavior, which leaves an agent uncertain about whether to set permanent or what path formats are expected.

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 high at the top level and user_id is described in the schema, so the baseline is acceptable. However, the nested paths and permanent fields have empty descriptions, and the tool description does not clarify their semantics or the effect of the optional permanent flag, leaving some ambiguity about trash behavior.

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 states a specific operation ('Delete files') and adds a key qualifier that deletion permanently removes the resource, so it is more than just a restatement of the name. It does not explicitly differentiate from the sibling trash deletion endpoint, but the permanent-deletion wording gives it enough distinct meaning.

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?

There is no guidance about when to use this tool versus trash-related file-manager alternatives such as deleting from trash, restoring from trash, or emptying trash. No conditions, exclusions, or alternative tool references are provided, so the agent must infer usage from the endpoint path alone.

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/Panelica/panelica-mcp'

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