GovTribe

Location MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
namestringName attribute
latnumberLatitude attribute
lngnumberLongitude attribute
updated_atstringUpdated at attribute

Example

{
  "govtribe_id": "LOCATION_ID",
  "govtribe_type": "location",
  "lat": 38.8863497,
  "lng": -77.0952071,
  "name": "3100 Clarendon Blvd #200, Arlington, VA 22201, USA",
  "updated_at": "2026-01-20T14:00:00Z"
}

On this page