GovTribe

DOD acquisition program MCP response

MCP tool response payload returned when agents retrieve GovTribe dod acquisition program records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_ai_summarystringGovTribe AI summary attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
codestringCode attribute
acronymsarrayAcronyms attribute
descriptionstringDescription attribute
defense_program_typestringDefense program type attribute
aaf_pathwaystringAAF pathway attribute
acquisition_categorystringAcquisition category attribute
updated_atstringUpdated at attribute
federal_agencyrelationship objectFederal agency attribute
federal_contract_awards_previewobjectFederal contract awards attribute

Relationship Returns

FieldReturns
federal_agencyFederal agency MCP response
federal_contract_awards_previewPreview object whose items array contains Federal contract award MCP response records

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"
  },
  "federal_contract_awards_preview": {
    "items": [
      {
        "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"
      }
    ],
    "returned_count": 1,
    "limit": 50,
    "truncated": false,
    "sort": "award_date_desc"
  },
  "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"
}