Tag MCP response
MCP tool response payload returned when agents retrieve or manage GovTribe workspace tags.
- Data type: Tag data type
- Returned by: Search tags MCP tool; Create tag MCP tool; Update tag MCP tool
Fields
| Field | Type | Attribute |
|---|---|---|
govtribe_id | string | GovTribe ID attribute |
govtribe_type | string | GovTribe type attribute |
name | string | Name attribute |
background_color | string | Background color attribute |
created_at | string | Created at attribute |
updated_at | string | Updated at attribute |
creator | relationship object | Creator attribute |
Relationship Returns
| Field | Returns |
|---|---|
creator | User MCP response |
Example
{
"background_color": "#2f855a",
"created_at": "2026-05-27T14:00:00Z",
"creator": {
"govtribe_id": "USER_ID",
"govtribe_type": "user",
"name": "Creator"
},
"govtribe_id": "TAG_ID",
"govtribe_type": "tag",
"name": "Proposal ready",
"updated_at": "2026-05-27T14:00:00Z"
}