delete_file
Remove files securely from specified directories using the Filesystem MCP Server. Input the file path within allowed roots to delete it and receive a success or error message.
Instructions
Delete a file from the filesystem.
Args: path (str): File path to delete (absolute or relative to allowed directories)
Returns: str: Success message with deleted file path, or error message if failed
Note:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |