GovTribe

User MCP response

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

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
namestringName attribute
emailstringEmail attribute
phonestringPhone attribute
updated_atstringUpdated at attribute
created_atstringCreated at attribute

Example

{
  "created_at": "2020-09-23T16:54:59Z",
  "email": "user@example.com",
  "govtribe_id": "USER_ID",
  "govtribe_type": "user",
  "name": "Example User",
  "phone": "555-0100",
  "updated_at": "2025-01-31T19:25:48Z"
}

On this page