Skip to main content
Glama

filesystem-mcp

by sylphxltd

delete_items

Remove multiple files or directories at once from the filesystem by specifying their relative paths, streamlining cleanup and organization tasks.

Instructions

Delete multiple specified files or directories.

Input Schema

NameRequiredDescriptionDefault
pathsYesAn array of relative paths (files or directories) to delete.

Input Schema (JSON Schema)

{ "properties": { "paths": { "description": "An array of relative paths (files or directories) to delete.", "items": { "type": "string" }, "type": "array" } }, "required": [ "paths" ], "type": "object" }

You must be authenticated.

Other Tools from filesystem-mcp

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/sylphxltd/filesystem-mcp'

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