Skip to main content
Glama

MCP-PIF Server

by hungryrobot1

delete

Remove a file or directory from the MCP-PIF Server by specifying the path, with an option to recursively delete all contents within directories.

Instructions

Delete a file or directory

Input Schema

NameRequiredDescriptionDefault
pathYesPath of the file or directory to delete
recursiveNoIf true, recursively delete directories and their contents

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path of the file or directory to delete", "type": "string" }, "recursive": { "description": "If true, recursively delete directories and their contents", "type": "boolean" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from MCP-PIF Server

Related Tools

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/hungryrobot1/MCP-PIF'

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