Skip to main content
Glama

dev-kit-mcp-server

rename_file

Rename files or folders directly from the terminal by specifying the current path and new name. Returns status and updated paths for efficient file management.

Instructions

Preferred from the terminal: Rename a file or folder.

Args: path: Path to the file or folder to rename new_name: New name for the file or folder (not a full path, just the name) Returns: A dictionary containing the status and paths of the renamed file or folder

Input Schema

NameRequiredDescriptionDefault
new_nameYes
pathYes

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "new_name": { "title": "New Name", "type": "string" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path", "new_name" ], "type": "object" }

You must be authenticated.

Other Tools from dev-kit-mcp-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/DanielAvdar/dev-kit-mcp-server'

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