You're viewing a demo portfolio

Join the waitlist
PRSM

agents_trigger_delete

Active

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

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 →