Location MCP response
MCP tool response payload returned when agents retrieve GovTribe location records through MCP tools.
- Data type: Location data type
- Returned by: Search vendors MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
name | string | Name attribute |
lat | number | Latitude attribute |
lng | number | Longitude attribute |
updated_at | string | Updated 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"
}