get_agents_list
List registered AI agents and their current status to coordinate multi-agent work, check active collaborators, and understand agent capabilities for a project.
Instructions
Retrieve a list of all registered agents and their current status.
WHEN TO USE:
At the start of work to see who else is working on this project
To check if other agents are currently active
To understand the capabilities of other agents in the system
When coordinating multi-agent work
To see the history of agents that have worked on this project
USEFUL FOR: Multi-agent coordination and understanding the project's agent ecosystem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by agent status (optional) - "active", "inactive", "deprecated", or "all" (default) | all |