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.
- Data type: Federal contract vehicle opportunity data type
- Returned by: Search federal contract vehicle opportunities MCP tool
- Visibility: Only records visible through the authenticated workspace's active eBuy access
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 |
set_aside_type | string | Set-aside type attribute |
posted_date | string | Posted date attribute |
due_date | string | Due date attribute |
updated_at | string | Updated at attribute |
descriptions | array | Description attribute |
federal_agency | relationship object | Federal agency attribute |
federal_contract_vehicles | relationship object array | Federal contract vehicle attribute |
federal_contract_vehicle_subcategories | relationship object array | Federal contract vehicle subcategories attribute |
naics_categories | relationship object array | NAICS category attribute |
government_files | relationship object array | Government files attribute |
Relationship Returns
| Field | Returns |
|---|---|
federal_agency | Federal agency MCP response |
federal_contract_vehicles | Federal contract vehicle MCP response array |
federal_contract_vehicle_subcategories | Federal contract vehicle subcategory MCP response array |
naics_categories | NAICS category MCP response array |
government_files | Government 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"
}