GovTribe

Create contact group MCP tool

Create a GovTribe workspace contact group, optionally seeded with contacts and linked to a saved Contact search.

Examples

Use this when a workspace needs a reusable contact list for pursuit, capture, or saved-search workflows.

Create a saved-search-backed group

{
  "tool": "Create_Contact_Group",
  "arguments": {
    "name": "Cloud capture contacts",
    "description": "Contacts found through the cloud saved search.",
    "saved_search_id": "<saved_search_govtribe_id>",
    "contact_ids": [
      "<contact_govtribe_id>"
    ]
  }
}