Skip to main content
Glama

move_file

Move or rename files and directories between locations. Handles file transfers and name changes in one operation while ensuring destination paths don't already exist.

Instructions

Move or rename files and directories. Can move files between directories and rename them in a single operation. If the destination exists, the operation will fail.

Input Schema

NameRequiredDescriptionDefault
sourceYesThe current path of the file/directory
destinationYesThe new path for the file/directory

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "The new path for the file/directory", "type": "string" }, "source": { "description": "The current path of the file/directory", "type": "string" } }, "required": [ "source", "destination" ], "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/koopatroopa787/first_mcp'

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