activity
Displays currently running and pending background jobs with live elapsed time. Returns active jobs sorted by longest-running first.
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 |