MCP-PIF Server

rename

Rename a file or directory

Input Schema

NameRequiredDescriptionDefault
newPathYesNew path/name for the file or directory
oldPathYesCurrent path of the file or directory

Input Schema (JSON Schema)

{ "properties": { "newPath": { "description": "New path/name for the file or directory", "type": "string" }, "oldPath": { "description": "Current path of the file or directory", "type": "string" } }, "required": [ "oldPath", "newPath" ], "type": "object" }