You're viewing a demo portfolio

Join the waitlist
PRSM

agents_approve_draft

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.saloprj/dialogbrain

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

1/7 registries
View full server →