You're viewing a demo portfolio

Join the waitlist
PRSM

files.move_file

Active

Tool of Vee3

declared in 1.27.1

Move a stored file to a new account-relative path. Pass source_file_name from files.list_uploaded_files and the desired destination_file_name. The file is copied to the new path and the source is removed. Any linked upload session is updated to the new path. Cost = 0 tokens.

Parameters schema

{
  "type": "object",
  "title": "move_fileArguments",
  "required": [
    "source_file_name",
    "destination_file_name"
  ],
  "properties": {
    "source_file_name": {
      "type": "string",
      "title": "Source File Name",
      "maxLength": 255,
      "description": "Current relative file name or path. Use files.list_uploaded_files to see available names."
    },
    "destination_file_name": {
      "type": "string",
      "title": "Destination File Name",
      "maxLength": 255,
      "description": "New relative file name or path. Must not already exist in account storage."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →