Federal agency MCP response
MCP tool response payload returned when agents retrieve GovTribe federal agency records through MCP tools.
- Data type: Federal agency data type
- Returned by: Search federal agencies MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
govtribe_url | string | GovTribe URL attribute |
name | string | Name attribute |
alternate_name | string | Alternate name attribute |
acronym | string | Acronym attribute |
defense_or_civilian | string | Defense or civilian attribute |
updated_at | string | Updated 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"
}