GovTribe

Remove contacts from contact group MCP tool

Remove contacts from a GovTribe workspace contact group.

Examples

Use this after resolving both the contact group ID and the contact IDs.

Remove contacts

{
  "tool": "Remove_Contacts_From_Contact_Group",
  "arguments": {
    "contact_group_id": "<contact_group_govtribe_id>",
    "contact_ids": [
      "<contact_govtribe_id>"
    ]
  }
}