GovTribe

Search tags MCP tool

Searches GovTribe workspace tags and returns tag IDs, names, and colors.

Examples

Use this tool to resolve workspace tag IDs before assigning tags with pipeline, pursuit, or task tools.

Find tags for capture status

{
  "tool": "Search_Tags",
  "arguments": {
    "query": "capture",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "background_color",
      "govtribe_type"
    ]
  }
}

Resolve tags by known GovTribe IDs

{
  "tool": "Search_Tags",
  "arguments": {
    "tag_ids": [
      "<tag_govtribe_id>"
    ],
    "fields_to_return": [
      "govtribe_id",
      "name",
      "background_color"
    ]
  }
}