GovTribe

Jurisdiction MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
fips_codestringFIPS code attribute
updated_atstringUpdated at attribute

Example

{
  "fips_code": "06037",
  "govtribe_id": "JURISDICTION_ID",
  "govtribe_type": "jurisdiction",
  "govtribe_url": "https://govtribe.com/jurisdiction/JURISDICTION_ID",
  "name": "Los Angeles County",
  "updated_at": "2024-03-15T16:37:40Z"
}

On this page