GovTribe

Move user files MCP response

Saved file placement and search-refresh status after a move.

Response Shape

files contains compact User file resources showing current placement. placement_complete is false if a file became unavailable after the move saved; the successful move is not reported as a failure. Null folder_id means All files. search_ready: false means the move saved but search is still updating; do not retry a successful move. Invalid or inaccessible selections are rejected without silently omitting files.

The result is available as JSON text and under resource in the standard structured action envelope.

Example

{
  "moved": true,
  "file_ids": [
    "6aa1620aed2ae46d750e9b55"
  ],
  "folder_id": null,
  "files": [
    {
      "govtribe_id": "6aa1620aed2ae46d750e9b55",
      "govtribe_type": "user_file",
      "name": "Pricing.xlsx",
      "folder_id": null,
      "folder": null
    }
  ],
  "placement_complete": true,
  "search_ready": true,
  "message": "Files moved."
}