rlm_swarm_members
List all agents in a swarm with their status, roles, and capabilities to identify available agents and monitor activity.
Instructions
List all agents in a swarm with their status.
Returns each agent's:
agent_id: The agent's identifier
role: coordinator, worker, or observer
status: active, idle, busy
capabilities: What the agent can do
current_task: What they're working on (if any)
joined_at: When they joined
Use this to:
See who's in the swarm
Find available agents for task assignment
Monitor agent activity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID |