GovTribe

Delete contact group MCP response

MCP tool response returned after deleting a GovTribe workspace contact group.

Response Shape

The delete contact group tool returns a structured confirmation after the contact group is deleted.

FieldTypeNotes
statusstringdeleted when the delete action succeeds.
contact_group_idstringGovTribe ID of the deleted contact group.
messagestringHuman-readable deletion confirmation.

Example

{
  "status": "deleted",
  "contact_group_id": "CONTACT_GROUP_ID",
  "message": "The contact group has been deleted."
}