GovTribe

Federal contract vehicle subcategory MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
namestringName attribute
short_namestringShort name attribute
alternate_namestringAlternate name attribute
descriptionstringDescription attribute
descriptionsarrayDescription attribute
shared_ceilingnumberShared ceiling attribute
updated_atstringUpdated at attribute
federal_contract_vehiclerelationship objectFederal contract vehicle attribute
awardeesrelationship object arrayVendor attribute
federal_contract_idvsrelationship object arrayFederal contract IDV attribute
funding_federal_agenciesrelationship object arrayFederal agency attribute

Relationship Returns

FieldReturns
federal_contract_vehicleFederal contract vehicle MCP response
awardeesVendor MCP response array
federal_contract_idvsFederal contract IDV MCP response array
funding_federal_agenciesFederal agency MCP response array

Example

{
  "govtribe_id": "FEDERAL_CONTRACT_VEHICLE_SUBCATEGORY_ID",
  "govtribe_type": "federal_contract_vehicle_subcategory",
  "name": "Lot I - Marine Boatyard Services",
  "short_name": "Lot I",
  "alternate_name": "Lot I",
  "description": "Representative vehicle subcategory description text.",
  "descriptions": [
    {
      "init": true,
      "to": {
        "seq": 0,
        "timestamp": "2026-01-15T14:00:00Z"
      },
      "summary": "DIFF initial -> 2026-01-15T14:00:00Z (hunks: 1, +1, -0)",
      "udiff": "@@ -1,0 +1 @@\n+Representative vehicle subcategory description text.\n"
    }
  ],
  "shared_ceiling": 25000000,
  "updated_at": "2026-01-20T14:00:00Z",
  "federal_contract_vehicle": {
    "govtribe_id": "FEDERAL_CONTRACT_VEHICLE_ID",
    "govtribe_type": "federal_contract_vehicle",
    "govtribe_url": "https://govtribe.com/award/federal-vehicle/FEDERAL_CONTRACT_VEHICLE_ID",
    "name": "Marine Boatyard Services"
  },
  "awardees": [
    {
      "govtribe_id": "VENDOR_ID",
      "govtribe_type": "vendor",
      "uei": "VENDORUEI1234",
      "govtribe_url": "https://govtribe.com/vendors/example-vendor",
      "name": "Example Vendor LLC"
    }
  ],
  "federal_contract_idvs": [
    {
      "govtribe_id": "FEDERAL_CONTRACT_IDV_ID",
      "govtribe_type": "federal_contract_idv",
      "govtribe_url": "https://govtribe.com/award/federal-idv-award/FEDERAL_CONTRACT_IDV_ID",
      "name": "Indefinite Delivery Contract"
    }
  ],
  "funding_federal_agencies": [
    {
      "govtribe_id": "FEDERAL_AGENCY_ID",
      "govtribe_type": "federal_agency",
      "govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID",
      "name": "Federal Agency"
    }
  ]
}