agents_delete
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Permanently delete an AI agent. WARNING: This cannot be undone. The agent and all its triggers will be removed.
Parameters schema
{
"type": "object",
"required": [
"agent_id"
],
"properties": {
"agent_id": {
"type": "integer",
"description": "ID of the agent to delete"
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries