agents_approve_draft
ActiveTool of io.github.saloprj/dialogbrain
Approve a pending agent draft and send the message. The draft will be sent to the conversation it was generated for. You can optionally edit the text before sending. Use this when user says: - 'Approve this draft' - 'Send this reply' - 'Approve and send' - 'Looks good, send it' IMPORTANT: This will send a message to a real person.
Parameters schema
{
"type": "object",
"required": [
"draft_id"
],
"properties": {
"draft_id": {
"type": "integer",
"description": "ID of the draft to approve"
},
"edited_text": {
"type": "string",
"description": "Optional edited response text (if user wants to modify before sending)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries