Jurisdiction MCP response
MCP tool response payload returned when agents retrieve GovTribe jurisdiction records through MCP tools.
- Data type: Jurisdiction data type
- Returned by: Search jurisdictions 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 |
fips_code | string | FIPS code attribute |
updated_at | string | Updated 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"
}