activity
Displays live snapshot of active and pending jobs with elapsed time, longest first. Empty result when no jobs are in flight.
Instructions
Show the background jobs IN FLIGHT right now (running + pending), each with a live elapsed time.
The focused "what is happening now" snapshot, distinct from list_jobs: where list_jobs enumerates
every tracked job of every status (finished ones included), activity returns only the jobs still in
flight -- {active: [...], count} with each row {job_id, tool, status, summary, started_at, elapsed_s}, longest-running first. Empty ({active: [], count: 0}) when nothing is running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |