FileScopeMCP

by admica
Verified

delete_file_tree

Delete a file tree configuration

Input Schema

NameRequiredDescriptionDefault
filenameYesName of the JSON file to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "description": "Name of the JSON file to delete", "type": "string" } }, "required": [ "filename" ], "type": "object" }
ID: mcrren8xsa