GovTribe

Read user file folder MCP tool

Read a workspace file folder and one page of its immediate contents. Omit folder_id or use null to browse All files. File contents are not retrieved.

Examples

Use Workspace Search to browse root or a folder. Contents are paginated at 25 items and do not include file text.

{
  "tool": "Read_User_File_Folder",
  "arguments": {
    "folder_id": null,
    "page": 1
  }
}