GovTribe

Tag MCP response

MCP tool response payload returned when agents retrieve or manage GovTribe workspace tags.

Fields

FieldTypeAttribute
govtribe_idstringGovTribe ID attribute
govtribe_typestringGovTribe type attribute
namestringName attribute
background_colorstringBackground color attribute
created_atstringCreated at attribute
updated_atstringUpdated at attribute
creatorrelationship objectCreator attribute

Relationship Returns

FieldReturns
creatorUser 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"
}