messages_edit
ActiveTool of io.github.saloprj/dialogbrain
Edit the text of a message you already sent, in place. Supported on Telegram, WhatsApp, LiveChat, Max.ru, LINE, WeChat and similar channels; NOT supported on Gmail, Instagram, or LinkedIn (their platforms forbid editing) — those return an explicit error. Note: channels impose their own limits (own messages only, edit time windows such as ~48h on Telegram / ~15min on WhatsApp). Get the message_id from messages.read_history (each row's id).
Parameters schema
{
"type": "object",
"required": [
"thread_id",
"message_id",
"new_text"
],
"properties": {
"new_text": {
"type": "string",
"description": "Replacement text for the message."
},
"thread_id": {
"type": "string",
"description": "Thread ID containing the message (numeric DB id or channel_ref like 'telegram:-100123')."
},
"message_id": {
"type": "string",
"description": "ID of the message to edit (from messages.read_history)."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries