MCP-Delete

delete_file

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