GovTribe

Government file MCP response

MCP tool response payload returned when agents retrieve GovTribe government 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
namestringName attribute
download_urlstringDownload URL attribute
sizenumberSize attribute
posted_datestringPosted date attribute
content_snippetstringContent snippet attribute
updated_atstringUpdated at attribute
parent_recordrelationship object arrayParent record attribute
found_in_file_contactsrelationship object arrayContact attribute

Relationship Returns

Example

{
  "content_snippet": "Representative file content snippet.",
  "download_url": "https://govtribe.com/download/GOVERNMENT_FILE_ID",
  "found_in_file_contacts": [
    {
      "govtribe_id": "CONTACT_ID",
      "govtribe_type": "contact",
      "govtribe_url": "https://govtribe.com/contact/CONTACT_ID",
      "name": "Contact Name",
      "email": "contact@example.gov"
    }
  ],
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "govtribe_id": "GOVERNMENT_FILE_ID",
  "govtribe_type": "government_file",
  "govtribe_url": "https://govtribe.com/file/government-file/GOVERNMENT_FILE_ID",
  "name": "Example Government File.pdf",
  "parent_record": {
    "govtribe_id": "PARENT_RECORD_ID",
    "govtribe_type": "federal_contract_opportunity",
    "govtribe_url": "https://govtribe.com/opportunity/federal-contract-opportunity/PARENT_RECORD_ID",
    "name": "Parent record"
  },
  "posted_date": "2026-04-27T13:55:06Z",
  "size": 204800,
  "updated_at": "2026-04-27T18:33:33Z"
}