Skip to main content
Glama

MCP Server for Unity

by zabaglione

folder_move

Relocate folders in Unity projects by specifying source and target paths, ensuring organized asset management and streamlined project workflows.

Instructions

Move a folder to a new location in Unity project

Input Schema

NameRequiredDescriptionDefault
sourcePathYesCurrent path of the folder
targetPathYesTarget path for the folder

Input Schema (JSON Schema)

{ "properties": { "sourcePath": { "description": "Current path of the folder", "type": "string" }, "targetPath": { "description": "Target path for the folder", "type": "string" } }, "required": [ "sourcePath", "targetPath" ], "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