agents_trigger_update

Update an existing AI agent trigger. All parameters are optional — only provided fields will be updated.

SERVERDialogbrain SOURCEhttps://api.dialogbrain.com/mcp
Medium RISK CLASS
Category Write
Parameters 92 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/agents-trigger-update.md

What agents_trigger_update does on Dialogbrain

AI agents use agents_trigger_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
enabled boolean Enable or disable this trigger. OMIT to leave the enabled flag unchanged.
agent_id integer Yes ID of the agent that owns this trigger
priority integer Trigger priority — lower numbers run first
send_mode string New send mode override. OMIT to leave the send-mode unchanged.
conditions object New trigger conditions (replaces existing). Same fields as trigger_create: keywords, keyword_match, channel_types, context_types, group_mode, channel_account_id
thread_ids array Restrict this trigger to specific threads (chats) by their numeric thread IDs. When set, merged into conditions.thread_filter.thread_ids. If conditions is also
trigger_id integer Yes ID of the trigger to update
trigger_type string New trigger type. OMIT to keep the existing type unchanged.
excluded_thread_ids array Exclude specific threads (chats) by their numeric thread IDs — the opposite of thread_ids. When set, the trigger NEVER fires for messages in these threads (expl

Parameters from the server's own tool schema.

Why agents_trigger_update is rated Medium

This tool modifies an existing AI agent trigger configuration. It's a reversible update/write operation (fields can be changed back), not destructive deletion. However, misconfiguration of agent triggers in a unified inbox (WhatsApp, Telegram, Email, voice) could cause unintended automated messaging behavior, warranting medium severity.

From the tool's definition Update an existing AI agent trigger. All parameters are optional — only provided fields will be updated.

Questions about agents_trigger_update

What does the agents_trigger_update tool do? +

Update an existing AI agent trigger. All parameters are optional — only provided fields will be updated. 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 agents_trigger_update accept? +

agents_trigger_update accepts 9 parameters: enabled, agent_id, priority, send_mode, conditions, thread_ids, trigger_id, trigger_type, excluded_thread_ids. Required: agent_id, trigger_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on agents_trigger_update? +

Register the Dialogbrain MCP server in PolicyLayer and add a rule for agents_trigger_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 agents_trigger_update? +

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

Can I rate-limit agents_trigger_update? +

Yes. Add a rate_limit block to the agents_trigger_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 agents_trigger_update completely? +

Set action: deny in the PolicyLayer policy for agents_trigger_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 agents_trigger_update? +

agents_trigger_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.