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.
-
MCP tool name:
Move_User_Files -
Returns: Move user files MCP response
-
Annotations: Not read only, destructive, idempotent, closed world
-
Surfaces: GovTribe AI, GovTribe MCP, GovTribe Compact MCP server
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.
Related articles
- Move user files MCP response: Review the response shape returned by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.
- MCP servers: Review where this MCP tool can be used.
Delete user file folder
Delete an empty workspace file folder. This never deletes files or subfolders; move its contents first.
Update user file
Rename a workspace user file, set or clear its description, or link it to a pursuit; pursuit_id null unlinks it. Omitted fields keep their current values. Use Move_User_Files for folder placement.