You're viewing a demo portfolio

Join the waitlist
PRSM

notes_delete

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

Delete a note by ID from the target notebook. Same identity rules as notes.save — agents can only delete from their own notebook.

Parameters schema

{
  "type": "object",
  "required": [
    "note_id"
  ],
  "properties": {
    "note_id": {
      "type": "integer",
      "description": "ID of the note to delete"
    },
    "target_agent_id": {
      "type": "integer",
      "description": "Target notebook. In agent mode optional (defaults to your own); required from MCP. Agents cannot target other agents' notebooks."
    }
  }
}

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 →