You're viewing a demo portfolio

Join the waitlist
PRSM

agents_reject_draft

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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

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 →