Skip to main content
Glama

MCP-PIF Server

by hungryrobot1

rename

Change the name or path of a file or directory on the MCP-PIF Server using the rename tool. Specify the current and new paths to update the location or name.

Instructions

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" }

You must be authenticated.

Other Tools from MCP-PIF Server

Related Tools

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/hungryrobot1/MCP-PIF'

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