widgets_delete
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Delete a livechat widget permanently. This will remove the widget and its embed code will stop working. Existing chat history will be preserved. Use this when user wants to remove a chat widget.
Parameters schema
{
"type": "object",
"required": [
"widget_id"
],
"properties": {
"widget_id": {
"type": "integer",
"description": "ID of the widget to delete"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries