Skip to main content
Glama

Code MCP Server

by block

delete_file

Remove files or directories by specifying their path using a tool integrated with the Code MCP Server, enabling AI agents to manage VS Code resources.

Instructions

Delete a file or directory

Input Schema

NameRequiredDescriptionDefault
pathYesPath to delete

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path to delete", "type": "string" } }, "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/block/vscode-mcp'

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