GovTribe

Move user files MCP tool

Move existing workspace user files into a folder, or use folder_id null to move them to All files. Preserves file identity and history.

Examples

Use Workspace Actions after identifying the intended folder and file IDs. Folder changes are shared with your workspace.

{
  "tool": "Move_User_Files",
  "arguments": {
    "file_ids": [
      "6aa1620aed2ae46d750e9b55"
    ],
    "folder_id": "6aa1620aed2ae46d750e9b54"
  }
}

Supply up to 1,000 unique User File IDs. Null folder_id moves files to All files. If search_ready is false, the move has saved; wait for search to update rather than repeating it.