check_activity
Check which email agents are currently active and see if they have started processing your mail. Audit live multi-agent state including run duration, recent tools, and staleness.
Instructions
Check which agents are currently being woken by the dispatcher. Use this when you sent mail to a teammate and want to know if they have actually started working, or to audit the live multi-agent state. Returns active workers with the agent name, what triggered the wake (mail UID + subject, or task id), how long they have been running, the most recent tool they invoked, how many tool calls they have made, a stale flag (true if the dispatcher has not heartbeated in 90s+), and a preview of recently-finished work. Workers may run for hours — there is no auto-eviction; staleness is just a hint. Requires master key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Filter to a specific agent by name (case-insensitive). Omit to see every active and recently-finished worker. | |
| includeRecent | No | Include workers that finished in the last ~2 minutes (default: true). Set false to see only currently-running workers. | |
| _account | No | Optional. Override identity for THIS call: pass the AgenticMail agent name (e.g. "Fola") to authenticate as that agent. Requires AGENTICMAIL_ACCOUNT_KEYS_JSON to contain a matching key. Omit to use the default identity (AGENTICMAIL_API_KEY). |