GovTribe

Update tag MCP tool

Update a GovTribe workspace tag.

Examples

Resolve the tag first, then update its name or color.

Rename a tag and change its color

{
  "tool": "Search_Tags",
  "arguments": {
    "query": "proposal",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "background_color"
    ]
  }
}
{
  "tool": "Update_Tag",
  "arguments": {
    "tag_id": "<tag_govtribe_id>",
    "name": "Proposal submitted",
    "backgroundColor": "#2563eb"
  }
}