grove_agents
Lists fleet agents by most recent heartbeat, revealing who is currently alive. Provides sender, last-seen time, and age in seconds to help decide who to address or coordinate with.
Instructions
List fleet agents by most-recent HEARTBEAT, newest first. Requires grove_read.
Each entry: {sender, last_seen_at (ISO), age_secs}. Use this to see who is currently alive in the fleet before addressing or coordinating with them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |