User MCP response
MCP tool response payload returned when agents retrieve GovTribe user records through MCP tools.
- Data type: User data type
- Returned by: Search users MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
name | string | Name attribute |
email | string | Email attribute |
phone | string | Phone attribute |
updated_at | string | Updated at attribute |
created_at | string | Created 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"
}