Skip to main content
Glama

FileScopeMCP

by admica

delete_file_tree

Remove a file tree configuration by specifying the JSON file name, simplifying file management and cleanup in your codebase within the FileScopeMCP environment.

Instructions

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

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/admica/FileScopeMCP'

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