GovTribe

Delete contact group MCP tool

Delete a GovTribe workspace contact group.

Examples

Resolve the contact group first, then delete it.

Delete an unused group

{
  "tool": "Search_Contact_Groups",
  "arguments": {
    "query": "old contacts",
    "fields_to_return": [
      "govtribe_id",
      "name"
    ]
  }
}
{
  "tool": "Delete_Contact_Group",
  "arguments": {
    "contact_group_id": "<contact_group_govtribe_id>"
  }
}