notes_delete
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries