User file folder MCP response
Current workspace folder metadata, without automatically expanding its contents.
- Data type: User file folder data type
- Returned by: Create user file folder MCP tool, Update user file folder MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | Govtribe id attribute |
govtribe_type | string | Govtribe type attribute |
name | string | Name attribute |
govtribe_url | string | Govtribe url attribute |
parent_folder_id | string or null | Parent folder id attribute |
path | object array or null | Path attribute |
created_at | string or null | Created at attribute |
updated_at | string or null | Updated at attribute |
size | number or null | Size attribute |
size_complete | boolean | Size complete attribute |
Example
{
"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
}