GovTribe

Federal agency MCP response

MCP tool response payload returned when agents retrieve GovTribe federal agency records through MCP tools.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
alternate_namestringAlternate name attribute
acronymstringAcronym attribute
defense_or_civilianstringDefense or civilian attribute
updated_atstringUpdated at attribute

Example

{
  "acronym": "NGB",
  "alternate_name": "National Guard Bureau",
  "defense_or_civilian": "Defense",
  "govtribe_id": "FEDERAL_AGENCY_ID",
  "govtribe_type": "federal_agency",
  "govtribe_url": "https://govtribe.com/agency/federal-agency/FEDERAL_AGENCY_ID",
  "name": "Department of the Army",
  "updated_at": "2026-01-20T14:00:00Z"
}

On this page