Skip to main content
Glama

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" }

Other Tools

Related Tools

Latest Blog Posts

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

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