list_jobs
List background jobs with id, tool, status, summary, and timestamps, ordered newest first. This lightweight listing does not fetch job results; use job_result for that.
Instructions
List the background jobs Rutherford is tracking (id, tool, status, summary, timestamps), newest first.
The light listing -- no heavy result. Fetch a finished job's result with job_result. Jobs are
in-memory: a finished one is evicted after job_ttl_s, and a restart clears them all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |