agents_list
ActiveTool of io.github.saloprj/dialogbrain
List all AI agents configured in the workspace. Returns agents with their basic info, trigger count, and knowledge collection count. Each agent's `description` field tells you when that agent is useful. If you're a router-style agent deciding whether to delegate via `agent.handoff`, read descriptions and pick the best fit. Use this to: - See all configured AI agents - Filter by status (active/paused/archived) - Get agent IDs for further operations
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"status": {
"enum": [
"active",
"paused",
"archived"
],
"type": "string",
"description": "Filter by status ('active' / 'paused' / 'archived'). Omit for all."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries