Federal contract opportunity MCP response
MCP tool response payload returned when agents retrieve GovTribe federal contract opportunity records through MCP tools.
- Data type: Federal contract opportunity data type
- Returned by: Search federal contract opportunities 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 |
solicitation_number | string | Solicitation number attribute |
name | string | Name attribute |
opportunity_type | string | Opportunity type attribute |
opportunity_state | string | Opportunity state attribute |
part_of_mas | boolean | Part of MAS attribute |
set_aside_type | string | Set-aside type attribute |
posted_date | string | Posted date attribute |
due_date | string | Due date attribute |
award_date | string | Award date attribute |
descriptions | array | Description attribute |
federal_meta_opportunity_id | string | Federal meta opportunity ID attribute |
updated_at | string | Updated at attribute |
federal_contract_vehicle | relationship object | Federal contract vehicle attribute |
federal_agency | relationship object | Federal agency attribute |
place_of_performance | relationship object | Location attribute |
naics_category | relationship object | NAICS category attribute |
psc_category | relationship object | PSC category attribute |
government_files | relationship object array | Government files attribute |
points_of_contact | relationship object array | Contact attribute |
To list the awards that came from this opportunity, call the Search federal contract awards MCP tool with federal_contract_opportunity_ids set to this record's govtribe_id. Use the Search federal contract IDVs MCP tool with the same argument to list the IDVs that came from it.
Relationship Returns
| Field | Returns |
|---|---|
federal_contract_vehicle | Federal contract vehicle MCP response |
federal_agency | Federal agency MCP response |
place_of_performance | Location MCP response |
naics_category | NAICS category MCP response |
psc_category | PSC category MCP response |
government_files | Government file MCP response array |
points_of_contact | Contact 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_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"
}