Skip to main content
Glama

Unrestricted Development MCP Server

fs_delete_directory

Remove directories and optionally delete all contents recursively to manage file system structure during development.

Instructions

Delete a directory. Can recursively delete all contents. WARNING: Use with caution as this is irreversible.

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute or relative path to the directory to delete
recursiveNoDelete directory and all contents recursively

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute or relative path to the directory to delete", "type": "string" }, "recursive": { "default": false, "description": "Delete directory and all contents recursively", "type": "boolean" } }, "required": [ "path" ], "type": "object" }

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/ConnorBoetig-dev/mcp2'

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