GovTribe

Federal contract opportunity MCP response

MCP tool response payload returned when agents retrieve GovTribe federal contract 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
part_of_masbooleanPart of MAS attribute
set_aside_typestringSet-aside type attribute
posted_datestringPosted date attribute
due_datestringDue date attribute
award_datestringAward date attribute
descriptionsarrayDescription attribute
federal_meta_opportunity_idstringFederal meta opportunity ID attribute
updated_atstringUpdated at attribute
federal_contract_vehiclerelationship objectFederal contract vehicle attribute
federal_agencyrelationship objectFederal agency attribute
place_of_performancerelationship objectLocation attribute
naics_categoryrelationship objectNAICS category attribute
psc_categoryrelationship objectPSC category attribute
government_filesrelationship object arrayGovernment files attribute
federal_contract_awardsrelationship object arrayFederal contract awards attribute
federal_contract_idvsrelationship object arrayFederal contract IDV attribute
points_of_contactrelationship object arrayContact attribute

Relationship Returns

FieldReturns
federal_contract_vehicleFederal contract vehicle MCP response
federal_agencyFederal agency MCP response
place_of_performanceLocation MCP response
naics_categoryNAICS category MCP response
psc_categoryPSC category MCP response
government_filesGovernment file MCP response array
federal_contract_awardsFederal contract award MCP response array
federal_contract_idvsFederal contract IDV MCP response array
points_of_contactContact MCP response array

Example

{
  "award_date": "2022-02-16T00:00:00Z",
  "descriptions": [
    {
      "init": true,
      "to": {
        "seq": 0,
        "timestamp": "2022-07-01T17:16:36Z"
      },
      "summary": "DIFF initial -> 2022-07-01T17:16:36Z (hunks: 1, +6, -0)",
      "udiff": "@@ -1,0 +1,3 @@\n+Representative opportunity description text.\n+Additional summary or amendment context.\n+"
    }
  ],
  "due_date": "2022-03-21T20:00:00Z",
  "federal_agency": {
    "govtribe_id": "FEDERAL_AGENCY_ID",
    "govtribe_type": "federal_agency",
    "name": "Department of the Army National Guard Readiness Center",
    "govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID"
  },
  "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": "Task order for simulator training services"
    }
  ],
  "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 vehicle for simulator training support"
    }
  ],
  "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": "One Acquisition Solution for Integrated Services Plus - Total Small Business"
  },
  "federal_meta_opportunity_id": "FEDERAL_META_OPPORTUNITY_ID",
  "government_files": [
    {
      "govtribe_id": "GOVERNMENT_FILE_ID",
      "govtribe_type": "government_file",
      "name": "Attachment 5 - GFP Module Attachment WSSTS Kelly Field.xlsx",
      "govtribe_url": "https://govtribe.com/file/government-file/GOVERNMENT_FILE_ID"
    }
  ],
  "govtribe_ai_summary": "Representative AI-generated summary of the opportunity, requirement, set-aside, due date, and places of performance.",
  "govtribe_id": "FEDERAL_CONTRACT_OPPORTUNITY_ID",
  "govtribe_type": "federal_contract_opportunity",
  "govtribe_url": "https://govtribe.com/opportunity/federal-contract-opportunity/FEDERAL_CONTRACT_OPPORTUNITY_ID",
  "naics_category": {
    "govtribe_id": "611512",
    "govtribe_type": "naics_category",
    "name": "Flight Training",
    "govtribe_url": "https://govtribe.com/category/naics/611512-flight-training"
  },
  "name": "F-16 Weapon System Simulator Training and Support Services",
  "opportunity_state": "Updated",
  "opportunity_type": "Solicitation",
  "part_of_mas": false,
  "place_of_performance": {
    "govtribe_id": "LOCATION_ID",
    "govtribe_type": "location",
    "name": "San Antonio, TX 78236, USA",
    "lat": 29.3887899,
    "lng": -98.61057029999999
  },
  "points_of_contact": [
    {
      "govtribe_id": "CONTACT_ID",
      "govtribe_type": "contact",
      "govtribe_url": "https://govtribe.com/contact/CONTACT_ID",
      "name": "Contracting Officer",
      "email": "contracting.officer@example.gov"
    }
  ],
  "posted_date": "2022-02-16T21:38:30Z",
  "psc_category": {
    "govtribe_id": "U010",
    "govtribe_type": "psc_category",
    "name": "Education/Training- Certifications/Accreditations For Educational Institutions",
    "govtribe_url": "https://govtribe.com/category/psc/u010-certifications-and-accreditations-for-educational-institutions"
  },
  "set_aside_type": "Total Small Business",
  "solicitation_number": "W9133L-22-R-3000",
  "updated_at": "2022-07-01T17:16:36Z"
}