agents_trigger_delete
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Delete a trigger from an AI agent. WARNING: This cannot be undone.
Parameters schema
{
"type": "object",
"required": [
"trigger_id",
"agent_id"
],
"properties": {
"agent_id": {
"type": "integer",
"description": "ID of the agent that owns this trigger"
},
"trigger_id": {
"type": "integer",
"description": "ID of the trigger to delete"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries