You're viewing a demo portfolio

Join the waitlist
PRSM

messages_delete

Active

Tool 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"
    }
  }
}

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →