rlm_agent_status
Retrieve pending tasks and clear instructions for your swarm agent. Call this at session start to discover what work is waiting and what to do next.
Instructions
Get swarm agent status with pending tasks and clear instructions.
Call this at session start to discover tasks assigned to you. Returns:
Pending tasks assigned to your agent (use rlm_task_claim to start)
Active swarms you've joined
Current task you're working on (if any)
Clear instructions on what to do next
This is THE discovery tool for swarm agents - tells you what work is waiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID to check status for | |
| agent_id | Yes | Your agent identifier in the swarm |