Federal transaction MCP response
MCP tool response payload returned when agents retrieve GovTribe federal transaction records through MCP tools.
{
"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"
}