widgets_get
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Get full configuration of a single livechat widget. Returns all settings including theme, identification, actions, and more. Use this when user wants to see or verify a specific widget's settings.
Parameters schema
{
"type": "object",
"required": [
"widget_id"
],
"properties": {
"widget_id": {
"type": "integer",
"description": "ID of the widget to retrieve"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries