GovTribe

Add contacts to contact group MCP tool

Add contacts to a GovTribe workspace contact group.

Examples

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

Add contacts

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