GovTribe

Federal transaction MCP response

MCP tool response payload returned when agents retrieve GovTribe federal transaction records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
datestringDate attribute
last_mod_numberstringLast modification number attribute
reason_for_modificationstringReason for modification attribute
total_valuenumberTotal value attribute
federal_valuenumberFederal value attribute
non_federal_valuenumberNon-federal value attribute
updated_atstringUpdated at attribute
awardeerelationship objectVendor attribute
funding_federal_agencyrelationship objectFederal agency attribute
contracting_federal_agencyrelationship objectFederal agency attribute

Relationship Returns

FieldReturns
awardeeVendor MCP response
funding_federal_agencyFederal agency MCP response
contracting_federal_agencyFederal agency MCP response

Example

{
  "awardee": {
    "govtribe_id": "VENDOR_ID",
    "govtribe_type": "vendor",
    "govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
    "name": "Example Vendor LLC"
  },
  "contracting_federal_agency": {
    "govtribe_id": "FEDERAL_AGENCY_ID",
    "govtribe_type": "federal_agency",
    "govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID",
    "name": "Federal Agency"
  },
  "date": "1984-11-15T05:00:00Z",
  "federal_value": 1000000,
  "funding_federal_agency": {
    "govtribe_id": "FEDERAL_AGENCY_ID",
    "govtribe_type": "federal_agency",
    "govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID",
    "name": "Federal Agency"
  },
  "govtribe_id": "FEDERAL_TRANSACTION_ID",
  "govtribe_type": "federal_transaction",
  "last_mod_number": "P00001",
  "non_federal_value": 250000,
  "reason_for_modification": "Supplemental agreement",
  "total_value": 1250000,
  "updated_at": "2020-08-18T21:41:07Z"
}