Remove contacts from contact group MCP tool
Remove contacts from a GovTribe workspace contact group.
- MCP tool name:
Remove_Contacts_From_Contact_Group - Data type: Contact group data type
- Returns: Contact group MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP, GovTribe Compact MCP server
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>"
]
}
}Related articles
- Contact group MCP response: Review the response shape returned by this tool.
- Contact group data type: Understand the shared record fields and relationships used by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.
- MCP servers: Review where this MCP tool can be used.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.
Add contacts to contact group
Add contacts to a GovTribe workspace contact group.
Reopen teaming interest
Reopen a hidden or withdrawn teaming interest, returning it to open so it is discoverable again and can receive new match requests. Matches cancelled by an earlier withdrawal are not restored. Matched interests cannot be reopened this way — use Disband_Teaming_Team to end a locked-in team first. Owner-only.