Read user file folder MCP response
A folder or virtual root and one page of immediate contents.
- Returned by: Read user file folder MCP tool
- Response type: Structured JSON result
Response Shape
folder is a User file folder resource, or null at root. contents contains User file folder and compact User file resources. meta reports the 25-item page, the 10,000-result navigation cap, and incomplete results. Folder sizes are indexed totals and may lag changes; null size with size_complete: false is unknown. No file text is loaded.
The result is available as JSON text and under resource in the standard structured action envelope.
Example
{
"folder": {
"govtribe_id": "6aa1620aed2ae46d750e9b54",
"govtribe_type": "user_file_folder",
"name": "Proposals",
"govtribe_url": "https://govtribe.com/workspace/6a9aba21a343fd55400b3674/oai-response/files?folder=6aa1620aed2ae46d750e9b54",
"parent_folder_id": null,
"path": [
{
"govtribe_id": "6aa1620aed2ae46d750e9b54",
"name": "Proposals"
}
],
"created_at": "2026-09-09T12:00:00Z",
"updated_at": "2026-09-09T12:00:00Z",
"size": null,
"size_complete": false
},
"location": "folder",
"govtribe_url": "https://govtribe.com/workspace/6a9aba21a343fd55400b3674/oai-response/files?folder=6aa1620aed2ae46d750e9b54",
"contents": [],
"meta": {
"total": 0,
"available_total": 0,
"limited_results": false,
"per_page": 25,
"current_page": 1,
"last_page": 1,
"incomplete_page": false
}
}