get_job_status
Retrieve the current status of a specific job by job ID. If the ID is not found, get a clear error explaining the server may have restarted.
Instructions
Fetch one job's current status from the in-memory job store.
Maps to no OctoBot route at all -- purely an in-memory lookup
(docs/specs/octobot-mcp-tool-spec.md's job inventory table lists this
tool's "Maps to" as "in-memory job store only"). Read-only, not
confirm-gated. Raises JobNotFoundError (surfaced as a ToolError by
with_error_handling) for an unknown job_id, noting the server may
have restarted (ADR-0002 risk table) -- an unknown id is expected in
that case, not a bug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |