agents_reject_draft
ActiveTool of io.github.saloprj/dialogbrain
Reject a pending agent draft without sending. The draft will be marked as rejected and won't be sent. Use this when the generated response isn't appropriate. Use this when user says: - 'Reject this draft' - 'Don't send this' - 'Cancel this reply' - 'Delete this draft' - 'This response is wrong'
Parameters schema
{
"type": "object",
"required": [
"draft_id"
],
"properties": {
"reason": {
"type": "string",
"description": "Optional reason for rejection (for logging/feedback)"
},
"draft_id": {
"type": "integer",
"description": "ID of the draft to reject"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries