GovTribe

Federal contract vehicle MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
award_datestringAward date attribute
contract_typestringContract type attribute
descriptionsarrayDescription attribute
last_date_to_orderstringLast date to order attribute
namestringName attribute
set_aside_typestringSet-aside type attribute
shared_ceilingnumberShared ceiling attribute
updated_atstringUpdated at attribute
originating_federal_meta_opportunity_idstringOriginating federal meta opportunity ID attribute
originating_federal_contract_opportunityrelationship objectOriginating federal contract opportunity attribute
federal_agencyrelationship objectFederal agency attribute
federal_contract_awardsrelationship object arrayFederal contract awards attribute

Relationship Returns

FieldReturns
originating_federal_contract_opportunityFederal contract opportunity MCP response
federal_agencyFederal agency MCP response
federal_contract_awardsFederal contract award MCP response array

Example

{
  "award_date": "2020-01-01T05:00:00Z",
  "contract_type": "Firm Fixed Price",
  "descriptions": [
    {
      "init": true,
      "to": {
        "seq": 0,
        "timestamp": "2026-01-15T14:00:00Z"
      },
      "summary": "DIFF initial -> 2026-01-15T14:00:00Z (hunks: 1, +2, -0)",
      "udiff": "@@ -1,0 +1,2 @@\n+Representative description text.\n+Additional context.\n"
    }
  ],
  "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"
  },
  "federal_contract_awards": [
    {
      "govtribe_id": "FEDERAL_CONTRACT_AWARD_ID",
      "govtribe_type": "federal_contract_award",
      "govtribe_url": "https://govtribe.com/award/federal-contract-award/FEDERAL_CONTRACT_AWARD_ID",
      "name": "Federal contract award"
    }
  ],
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "govtribe_id": "FEDERAL_CONTRACT_VEHICLE_ID",
  "govtribe_type": "federal_contract_vehicle",
  "govtribe_url": "https://govtribe.com/award/federal-vehicle/FEDERAL_CONTRACT_VEHICLE_ID",
  "last_date_to_order": "2029-09-30T00:00:00Z",
  "name": "Multiple Award Schedule",
  "originating_federal_contract_opportunity": {
    "govtribe_id": "FEDERAL_CONTRACT_OPPORTUNITY_ID",
    "govtribe_type": "federal_contract_opportunity",
    "govtribe_url": "https://govtribe.com/opportunity/federal-contract-opportunity/FEDERAL_CONTRACT_OPPORTUNITY_ID",
    "name": "Originating federal contract opportunity"
  },
  "originating_federal_meta_opportunity_id": "FEDERAL_META_OPPORTUNITY_ID",
  "set_aside_type": "Total Small Business",
  "shared_ceiling": 100000000,
  "updated_at": "2026-01-20T14:00:00Z"
}