list_agents
List all available AI agents and their details to monitor their status, or filter by status such as active, learning, error, or archived to quickly identify agents needing attention.
Instructions
List all available agents with their details.
Usage Examples: // List all agents list_agents({})
// List only active agents list_agents({ status: "active" })
// List agents in error state list_agents({ status: "error" })
Agent Statuses:
active: Ready for tasks
learning: Currently improving from errors
error: Encountered issues, needs attention
archived: No longer in use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status |