You're viewing a demo portfolio

Join the waitlist
PRSM

agents_list

Active

Tool of io.github.saloprj/dialogbrain

declared in 1.17.0

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

What this tool wraps· 2 endpoints

min confidence0.700.50

Parent server

io.github.saloprj/dialogbrain

https://github.com/saloprj/dialogbrain-mcp

1/7 registries
View full server →