GovTribe

User file MCP response

MCP tool response payload returned when agents retrieve GovTribe user file records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
contentstringContent attribute
created_atstringCreated at attribute
descriptionstringDescription attribute
download_urlstringDownload URL attribute
content_snippetstringContent snippet attribute
namestringName attribute
sizenumberSize attribute
tagsrelationship object arrayTags attribute
updated_atstringUpdated at attribute

Relationship Returns

FieldReturns
tagsTag MCP response array

Example

{
  "content": "Representative user-provided file content.",
  "content_snippet": "Representative file content snippet.",
  "created_at": "2025-06-05T14:51:04Z",
  "description": "Representative description text.",
  "download_url": "https://govtribe.com/workspace/WORKSPACE_ID/file/user-file/USER_FILE_ID/download",
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "govtribe_id": "USER_FILE_ID",
  "govtribe_type": "user_file",
  "govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/file/user-file/USER_FILE_ID",
  "name": "Example User File.pdf",
  "size": 204800,
  "tags": [
    {
      "background_color": "#2f855a",
      "govtribe_id": "TAG_ID",
      "govtribe_type": "tag",
      "name": "Proposal ready"
    }
  ],
  "updated_at": "2025-06-05T14:51:06Z"
}