Federal contract sub-award MCP response
MCP tool response payload returned when agents retrieve GovTribe federal contract sub-award records through MCP tools.
- Data type: Federal contract sub-award data type
- Returned by: Search federal contract sub awards MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
name | string | Name attribute |
award_date | string | Award date attribute |
description | string | Description attribute |
updated_at | string | Updated at attribute |
sub_contractor | relationship object | Vendor attribute |
prime_contractor | relationship object | Vendor attribute |
contracting_federal_agency | relationship object | Federal agency attribute |
funding_federal_agency | relationship object | Federal agency attribute |
Relationship Returns
| Field | Returns |
|---|---|
sub_contractor | Vendor MCP response |
prime_contractor | Vendor MCP response |
contracting_federal_agency | Federal agency MCP response |
funding_federal_agency | Federal agency MCP response |
Example
{
"award_date": "2025-12-10T05:00:00Z",
"contracting_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"
},
"description": "Representative description text.",
"funding_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"
},
"govtribe_id": "FEDERAL_CONTRACT_SUB_AWARD_ID",
"govtribe_type": "federal_contract_sub_award",
"name": "Federal Contract Sub Award 47QTCK18D0060-47QFCA24F0020-PO20250936-S",
"prime_contractor": {
"govtribe_id": "VENDOR_ID",
"govtribe_type": "vendor",
"govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
"name": "Example Vendor LLC"
},
"sub_contractor": {
"govtribe_id": "VENDOR_ID",
"govtribe_type": "vendor",
"govtribe_url": "https://govtribe.com/vendor/VENDOR_ID",
"name": "Example Vendor LLC"
},
"updated_at": "2026-01-20T05:00:00Z"
}Federal contract opportunity
MCP tool response payload returned when agents retrieve GovTribe federal contract opportunity records through MCP tools.
Federal contract vehicle opportunity
MCP tool response payload returned when agents retrieve workspace-scoped GovTribe federal contract vehicle opportunity records through MCP tools.