list_agents
Retrieve a list of all agents with their details, optionally filtered by status such as active, learning, or error.
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 |