GovTribe

Federal contract sub-award MCP response

MCP tool response payload returned when agents retrieve GovTribe federal contract sub-award records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
namestringName attribute
award_datestringAward date attribute
descriptionstringDescription attribute
updated_atstringUpdated at attribute
sub_contractorrelationship objectVendor attribute
prime_contractorrelationship objectVendor attribute
contracting_federal_agencyrelationship objectFederal agency attribute
funding_federal_agencyrelationship objectFederal agency attribute

Relationship Returns

FieldReturns
sub_contractorVendor MCP response
prime_contractorVendor MCP response
contracting_federal_agencyFederal agency MCP response
funding_federal_agencyFederal agency MCP response

Example

{
  "award_date": "2025-12-10T05:00:00Z",
  "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"
  },
  "description": "Representative description text.",
  "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_CONTRACT_SUB_AWARD_ID",
  "govtribe_type": "federal_contract_sub_award",
  "name": "Federal Contract Sub Award 47QTCK18D0060-47QFCA24F0020-PO20250936-S",
  "prime_contractor": {
    "govtribe_id": "VENDOR_ID",
    "govtribe_type": "vendor",
    "govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
    "name": "Example Vendor LLC"
  },
  "sub_contractor": {
    "govtribe_id": "VENDOR_ID",
    "govtribe_type": "vendor",
    "govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
    "name": "Example Vendor LLC"
  },
  "updated_at": "2026-01-20T05:00:00Z"
}