MCP-Delete

delete_file

Delete files securely using the specified path, including relative or absolute paths, to manage storage and maintain system integrity with precision and reliability.

Instructions

Delete a file at the specified path (supports both relative and absolute paths)

Input Schema

NameRequiredDescriptionDefault
pathYesPath to the file to delete (relative to working directory or absolute)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to the file to delete (relative to working directory or absolute)", "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from MCP-Delete

Related Tools

ID: dpxui4mdbx