Skip to main content
Glama

MCP Server for Unity

by zabaglione

folder_delete

Remove a specified folder from a Unity project, including all its contents recursively, using the MCP Server for Unity to manage project assets effectively.

Instructions

Delete a folder from Unity project

Input Schema

NameRequiredDescriptionDefault
pathYesPath of the folder to delete
recursiveNoDelete all contents recursively (default: true)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path of the folder to delete", "type": "string" }, "recursive": { "description": "Delete all contents recursively (default: true)", "type": "boolean" } }, "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/zabaglione/mcp-server-unity'

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