threads_update

✏️ Update a conversation thread: rename it, add notes/description, or move to a folder. When to use: - User wants to rename a chat or group - User wants to add notes/context about a conversation - User wants to organize threads into folders For DM threads, renaming also updates the linked contact...

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

What threads_update does on Dialogbrain

AI agents use threads_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
title string New title for the thread (max 255 chars)
folder_id integer Move thread to this folder (null removes from folder)
thread_id string Yes Thread ID from threads.list
description string AI context / notes for this thread. Empty string clears description.
update_contact boolean For DM threads, also rename the linked contact (default: true)

Parameters from the server's own tool schema.

Why threads_update is rated Medium

This tool modifies existing data reversibly without deleting or executing arbitrary code. Updates to thread names, descriptions, and folder organization are typical Write operations. Severity is medium because unintended modifications could disrupt conversation organization and context (e.g., renaming a DM also updates the contact's display name by default), affecting multiple users, but changes are reversible.

From the tool's definition Tool updates conversation metadata (rename, add notes/description, move to folder). Description explicitly states "✏️ Update" and lists modification operations: rename, add notes/description, organize into folders.

Questions about threads_update

What does the threads_update tool do? +

✏️ Update a conversation thread: rename it, add notes/description, or move to a folder. When to use: - User wants to rename a chat or group - User wants to add notes/context about a conversation - User wants to organize threads into folders For DM threads, renaming also updates the linked contact's display name by default. Requires thread_id from threads.list. 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 threads_update accept? +

threads_update accepts 5 parameters: title, folder_id, thread_id, description, update_contact. Required: thread_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on threads_update? +

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

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

Can I rate-limit threads_update? +

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

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

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