GovTribe

State MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
govtribe_urlstringGovTribe URL attribute
namestringName attribute
usps_codestringUSPS code attribute
updated_atstringUpdated 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"
}

On this page