GovTribe

Federal contract vehicle opportunity MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
source_urlstringSource URL attribute
solicitation_numberstringSolicitation number attribute
namestringName attribute
opportunity_typestringOpportunity type attribute
opportunity_statestringOpportunity state attribute
set_aside_typestringSet-aside type attribute
posted_datestringPosted date attribute
due_datestringDue date attribute
updated_atstringUpdated at attribute
descriptionsarrayDescription attribute
federal_agencyrelationship objectFederal agency attribute
federal_contract_vehiclesrelationship object arrayFederal contract vehicle attribute
federal_contract_vehicle_subcategoriesrelationship object arrayFederal contract vehicle subcategories attribute
naics_categoriesrelationship object arrayNAICS category attribute
government_filesrelationship object arrayGovernment files attribute

Relationship Returns

FieldReturns
federal_agencyFederal agency MCP response
federal_contract_vehiclesFederal contract vehicle MCP response array
federal_contract_vehicle_subcategoriesFederal contract vehicle subcategory MCP response array
naics_categoriesNAICS category MCP response array
government_filesGovernment file MCP response array

Example

{
  "due_date": "2026-06-15T21:00:00Z",
  "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_vehicle_subcategories": [
    {
      "govtribe_id": "FEDERAL_CONTRACT_VEHICLE_SUBCATEGORY_ID",
      "govtribe_type": "federal_contract_vehicle_subcategory",
      "name": "Vehicle subcategory"
    }
  ],
  "federal_contract_vehicles": [
    {
      "govtribe_id": "FEDERAL_CONTRACT_VEHICLE_ID",
      "govtribe_type": "federal_contract_vehicle",
      "name": "Federal contract vehicle"
    }
  ],
  "govtribe_ai_summary": "Representative summary of the workspace-visible vehicle opportunity.",
  "govtribe_id": "FEDERAL_CONTRACT_VEHICLE_OPPORTUNITY_ID",
  "govtribe_type": "federal_contract_vehicle_opportunity",
  "govtribe_url": "https://govtribe.com/workspace/WORKSPACE_ID/federal-contract-vehicle-opportunity/FEDERAL_CONTRACT_VEHICLE_OPPORTUNITY_SLUG",
  "name": "Workspace-visible vehicle opportunity",
  "opportunity_state": "Active",
  "opportunity_type": "RFQ",
  "posted_date": "2026-05-15T14:00:00Z",
  "set_aside_type": "Total Small Business",
  "solicitation_number": "SOLICITATION_NUMBER",
  "source_url": "https://www.ebuy.gsa.gov/",
  "updated_at": "2026-05-16T14:00:00Z"
}