GovTribe

Update user file folder MCP tool

Rename or move a shared workspace file folder. Omit parent_folder_id to keep its location; null moves it to All files.

Examples

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

{
  "tool": "Update_User_File_Folder",
  "arguments": {
    "folder_id": "6aa1620aed2ae46d750e9b54",
    "name": "FY27 proposals"
  }
}

folder_id is the required ID of the folder to update and cannot be null. Omit parent_folder_id to keep that folder's current location; set parent_folder_id to null to move it to All files. Provide a name, a parent, or both.