Federal contract vehicle subcategory MCP response
MCP tool response payload returned when agents retrieve GovTribe federal contract vehicle subcategory records through MCP tools.
- Data type: Federal contract vehicle subcategory data type
- Returned by: Search FCV subcategories MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
name | string | Name attribute |
short_name | string | Short name attribute |
alternate_name | string | Alternate name attribute |
description | string | Description attribute |
descriptions | array | Description attribute |
shared_ceiling | number | Shared ceiling attribute |
updated_at | string | Updated at attribute |
federal_contract_vehicle | relationship object | Federal contract vehicle attribute |
awardees | relationship object array | Vendor attribute |
funding_federal_agencies | relationship object array | Federal agency attribute |
To list the IDVs awarded under this subcategory, call the Search federal contract IDVs MCP tool with federal_contract_vehicle_subcategory_ids set to this record's govtribe_id.
Relationship Returns
| Field | Returns |
|---|---|
federal_contract_vehicle | Federal contract vehicle MCP response |
awardees | Vendor MCP response array |
funding_federal_agencies | Federal agency MCP response array |
Example
{
"govtribe_id": "FEDERAL_CONTRACT_VEHICLE_SUBCATEGORY_ID",
"govtribe_type": "federal_contract_vehicle_subcategory",
"name": "Lot I - Marine Boatyard Services",
"short_name": "Lot I",
"alternate_name": "Lot I",
"description": "Representative vehicle subcategory description text.",
"descriptions": [
{
"init": true,
"to": {
"seq": 0,
"timestamp": "2026-01-15T14:00:00Z"
},
"summary": "DIFF initial -> 2026-01-15T14:00:00Z (hunks: 1, +1, -0)",
"udiff": "@@ -1,0 +1 @@\n+Representative vehicle subcategory description text.\n"
}
],
"shared_ceiling": 25000000,
"updated_at": "2026-01-20T14:00:00Z",
"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": "Marine Boatyard Services"
},
"awardees": [
{
"govtribe_id": "VENDOR_ID",
"govtribe_type": "vendor",
"uei": "VENDORUEI1234",
"govtribe_url": "https://govtribe.com/vendors/example-vendor",
"name": "Example Vendor LLC"
}
],
"funding_federal_agencies": [
{
"govtribe_id": "FEDERAL_AGENCY_ID",
"govtribe_type": "federal_agency",
"govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID",
"name": "Federal Agency"
}
]
}