Federal forecast MCP response
MCP tool response payload returned when agents retrieve GovTribe federal forecast records through MCP tools.
- Data type: Federal forecast data type
- Returned by: Search federal forecasts MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_ai_summary | string | GovTribe AI summary attribute |
govtribe_type | string | GovTribe type attribute |
govtribe_url | string | GovTribe URL attribute |
source_url | string | Source URL attribute |
name | string | Name attribute |
forecast_type | string | Forecast type attribute |
set_aside | string | Set-aside type attribute |
estimated_solicitation_release_date | string | Estimated solicitation release date attribute |
estimated_award_start_date | string | Estimated award start date attribute |
estimated_award_value | number | Estimated award value attribute |
descriptions | array | Description attribute |
updated_at | string | Updated at attribute |
federal_agency | relationship object | Federal agency attribute |
place_of_performance | relationship object | Location attribute |
points_of_contact | relationship object array | Contact attribute |
Relationship Returns
| Field | Returns |
|---|---|
federal_agency | Federal agency MCP response |
place_of_performance | Location MCP response |
points_of_contact | Contact 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"
}