DOD acquisition program MCP response
MCP tool response payload returned when agents retrieve GovTribe dod acquisition program records through MCP tools.
- Data type: DOD acquisition program data type
- Returned by: Search major defense programs 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 |
name | string | Name attribute |
code | string | Code attribute |
acronyms | array | Acronyms attribute |
description | string | Description attribute |
defense_program_type | string | Defense program type attribute |
aaf_pathway | string | AAF pathway attribute |
acquisition_category | string | Acquisition category attribute |
updated_at | string | Updated at attribute |
federal_agency | relationship object | Federal agency attribute |
To list the contract awards tied to this program, call the Search federal contract awards MCP tool with dod_acquisition_program_ids set to this record's govtribe_id.
Relationship Returns
| Field | Returns |
|---|---|
federal_agency | Federal agency MCP response |
Example
{
"aaf_pathway": "Major Capability Acquisition",
"acquisition_category": "ACAT I",
"acronyms": [
"NGB"
],
"code": "505",
"defense_program_type": "Major Defense Acquisition Program",
"description": "Representative description text.",
"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_ai_summary": "Representative AI-generated summary of the record and surrounding context.",
"govtribe_id": "DOD_ACQUISITION_PROGRAM_ID",
"govtribe_type": "dod_acquisition_program",
"govtribe_url": "https://govtribe.com/program/major-defense-program/DOD_ACQUISITION_PROGRAM_ID",
"name": "Medium Range Intercept Capability (MRIC)",
"updated_at": "2026-01-20T14:00:00Z"
}