Skip to main content
Glama

MCP Server for Unity

by zabaglione

folder_rename

Rename folders within Unity projects using direct input of current path and new name, streamlining asset management and organization.

Instructions

Rename a folder in Unity project

Input Schema

NameRequiredDescriptionDefault
newNameYesNew name for the folder
oldPathYesCurrent path of the folder

Input Schema (JSON Schema)

{ "properties": { "newName": { "description": "New name for the folder", "type": "string" }, "oldPath": { "description": "Current path of the folder", "type": "string" } }, "required": [ "oldPath", "newName" ], "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