Delete contact group MCP tool
Delete a GovTribe workspace contact group.
- MCP tool name:
Delete_Contact_Group - Data type: Contact group data type
- Returns: Delete contact group MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP, GovTribe Compact MCP server
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>"
}
}Related articles
- Delete 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.