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.
-
MCP tool name:
Read_User_File_Folder -
Returns: Read user file folder MCP response
-
Annotations: Read only, not destructive, idempotent, closed world
-
Surfaces: GovTribe MCP, GovTribe Compact MCP server
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
}
}Related articles
- Read user file folder MCP response: Review the response shape returned by this tool.
- 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.