GovTribe

Federal forecast MCP response

MCP tool response payload returned when agents retrieve GovTribe federal forecast 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
namestringName attribute
forecast_typestringForecast type attribute
set_asidestringSet-aside type attribute
estimated_solicitation_release_datestringEstimated solicitation release date attribute
estimated_award_start_datestringEstimated award start date attribute
estimated_award_valuenumberEstimated award value attribute
descriptionsarrayDescription attribute
updated_atstringUpdated at attribute
federal_agencyrelationship objectFederal agency attribute
place_of_performancerelationship objectLocation attribute
points_of_contactrelationship object arrayContact attribute

Relationship Returns

FieldReturns
federal_agencyFederal agency MCP response
place_of_performanceLocation MCP response
points_of_contactContact MCP response array

Example

{
  "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"
    }
  ],
  "estimated_award_start_date": "2026-10-01T00:00:00Z",
  "estimated_award_value": 5000000,
  "estimated_solicitation_release_date": "2026-04-01T00: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"
  },
  "forecast_type": "New Requirement",
  "govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
  "govtribe_id": "FEDERAL_FORECAST_ID",
  "govtribe_type": "federal_forecast",
  "govtribe_url": "https://govtribe.com/opportunity/federal-forecast/FEDERAL_FORECAST_ID",
  "name": "Counter-Unmanned Aircraft Systems (C-UAS)",
  "place_of_performance": {
    "govtribe_id": "LOCATION_ID",
    "govtribe_type": "location",
    "lat": 29.3887899,
    "lng": -98.61057029999999,
    "name": "San Antonio, TX 78236, USA"
  },
  "points_of_contact": [
    {
      "govtribe_id": "CONTACT_ID",
      "govtribe_type": "contact",
      "govtribe_url": "https://govtribe.com/contact/CONTACT_ID",
      "name": "Contact Name",
      "email": "contact@example.gov"
    }
  ],
  "set_aside": "Total Small Business",
  "updated_at": "2025-11-14T05:00:00Z"
}