widgets_update

Update an existing livechat widget configuration. You can change name, theme, auto-reply mode, and other settings. Only provided fields will be updated. Use this when user wants to modify their chat widget settings.

SERVERDialogbrain SOURCEhttps://api.dialogbrain.com/mcp
Medium RISK CLASS
Category Write
Parameters 121 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-saloprj-dialogbrain/widgets-update.md

What widgets_update does on Dialogbrain

AI agents use widgets_update to create or update resources in Dialogbrain, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Dialogbrain environment.

ParameterTypeRequiredDescription
name string New name for the widget
position string Widget position on screen. OMIT to leave the position unchanged.
is_active boolean Enable or disable the widget. OMIT to leave the active flag unchanged.
widget_id integer Yes ID of the widget to update
website_url string Website URL for product/site search integration
calendly_url string Booking URL for calendar action (e.g., 'https://calendly.com/yourname')
color_scheme string Widget color scheme. 'auto' follows the visitor's OS dark/light mode preference. OMIT to leave the color scheme unchanged.
display_mode string Visual mode of the widget. Pick exactly one: - 'chat': full chat panel + voice mic — default for support / sales / general. - 'voice_only': mic-only bubble that
header_title string Title shown in chat header
greeting_text string Custom greeting message shown when visitor opens the chat (e.g., 'Hello! How can I help you today?')
primary_color string Primary color for widget theme (hex, e.g., '#2563eb')
voice_greeting string Spoken opening line when a visitor starts a voice call through this widget. Played via TTS before the AI model runs. Empty string disables the greeting.

Parameters from the server's own tool schema.

Why widgets_update is rated Medium

This tool creates or modifies data reversibly by updating widget settings (name, theme, auto-reply mode, etc.). Changes can be reverted by updating again with different values. It does not execute arbitrary code, delete data irreversibly, or move money, so Write is the appropriate category.

From the tool's definition Tool name is 'widgets_update' and description states 'Update an existing livechat widget configuration' and 'Only provided fields will be updated.' This indicates modification of existing data.

Risk signalsHigh parameter count (27 properties)

Questions about widgets_update

What does the widgets_update tool do? +

Update an existing livechat widget configuration. You can change name, theme, auto-reply mode, and other settings. Only provided fields will be updated. Use this when user wants to modify their chat widget settings. It is categorised as a Write tool in the Dialogbrain MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does widgets_update accept? +

widgets_update accepts 12 parameters: name, position, is_active, widget_id, website_url, calendly_url, color_scheme, display_mode, header_title, greeting_text, primary_color, voice_greeting. Required: widget_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on widgets_update? +

Register the Dialogbrain MCP server in PolicyLayer and add a rule for widgets_update: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Dialogbrain. Nothing to install.

What risk level is widgets_update? +

widgets_update is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit widgets_update? +

Yes. Add a rate_limit block to the widgets_update rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block widgets_update completely? +

Set action: deny in the PolicyLayer policy for widgets_update. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides widgets_update? +

widgets_update is provided by the Dialogbrain MCP server (https://api.dialogbrain.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Dialogbrain, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Dialogbrain's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.