messages_delete
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Delete a message from a thread. Supports Telegram, WhatsApp, and other connected channels. Note: Some channels have time limits on message deletion.
Parameters schema
{
"type": "object",
"required": [
"thread_id",
"message_id"
],
"properties": {
"thread_id": {
"type": "string",
"description": "Thread/channel ID containing the message"
},
"message_id": {
"type": "string",
"description": "ID of the message to delete"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries