State MCP response
MCP tool response payload returned when agents retrieve GovTribe state records through MCP tools.
- Data type: State data type
- Returned by: Search states 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 |
usps_code | string | USPS code attribute |
updated_at | string | Updated at attribute |
Example
{
"govtribe_id": "STATE_ID",
"govtribe_type": "state",
"govtribe_url": "https://govtribe.com/state/STATE_ID",
"name": "Florida",
"updated_at": "2024-01-18T17:18:39Z",
"usps_code": "FL"
}