GovTribe

User file folder MCP response

Current workspace folder metadata, without automatically expanding its contents.

Fields

FieldTypeAttribute
govtribe_idstringGovtribe id attribute
govtribe_typestringGovtribe type attribute
namestringName attribute
govtribe_urlstringGovtribe url attribute
parent_folder_idstring or nullParent folder id attribute
pathobject array or nullPath attribute
created_atstring or nullCreated at attribute
updated_atstring or nullUpdated at attribute
sizenumber or nullSize attribute
size_completebooleanSize 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
}

On this page