Federal contract vehicle MCP response
MCP tool response payload returned when agents retrieve GovTribe federal contract vehicle records through MCP tools.
- Data type: Federal contract vehicle data type
- Returned by: Search federal contract vehicles 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 |
award_date | string | Award date attribute |
contract_type | string | Contract type attribute |
descriptions | array | Description attribute |
last_date_to_order | string | Last date to order attribute |
name | string | Name attribute |
set_aside_type | string | Set-aside type attribute |
shared_ceiling | number | Shared ceiling attribute |
updated_at | string | Updated at attribute |
originating_federal_meta_opportunity_id | string | Originating federal meta opportunity ID attribute |
originating_federal_contract_opportunity | relationship object | Originating federal contract opportunity attribute |
federal_agency | relationship object | Federal agency attribute |
federal_contract_awards | relationship object array | Federal contract awards attribute |
Relationship Returns
| Field | Returns |
|---|---|
originating_federal_contract_opportunity | Federal contract opportunity MCP response |
federal_agency | Federal agency MCP response |
federal_contract_awards | Federal contract award MCP response array |
Example
{
"award_date": "2020-01-01T05:00:00Z",
"contract_type": "Firm Fixed Price",
"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"
}
],
"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_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": "Federal contract award"
}
],
"govtribe_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
"govtribe_id": "FEDERAL_CONTRACT_VEHICLE_ID",
"govtribe_type": "federal_contract_vehicle",
"govtribe_url": "https://govtribe.com/award/federal-vehicle/FEDERAL_CONTRACT_VEHICLE_ID",
"last_date_to_order": "2029-09-30T00:00:00Z",
"name": "Multiple Award Schedule",
"originating_federal_contract_opportunity": {
"govtribe_id": "FEDERAL_CONTRACT_OPPORTUNITY_ID",
"govtribe_type": "federal_contract_opportunity",
"govtribe_url": "https://govtribe.com/opportunity/federal-contract-opportunity/FEDERAL_CONTRACT_OPPORTUNITY_ID",
"name": "Originating federal contract opportunity"
},
"originating_federal_meta_opportunity_id": "FEDERAL_META_OPPORTUNITY_ID",
"set_aside_type": "Total Small Business",
"shared_ceiling": 100000000,
"updated_at": "2026-01-20T14:00:00Z"
}Federal contract vehicle opportunity
MCP tool response payload returned when agents retrieve workspace-scoped GovTribe federal contract vehicle opportunity records through MCP tools.
Federal contract vehicle subcategory
MCP tool response payload returned when agents retrieve GovTribe federal contract vehicle subcategory records through MCP tools.