Get Job Result
get_job_resultGet the outcome of a long-running background job by its job_id. Poll every few seconds until the status is terminal, then retrieve the result promptly.
Instructions
Retrieve the outcome of a background job started by a long-running tool on this server. When such a tool answers with status "working" and a job_id, call this tool with that job_id every few seconds until the status is terminal. Job records expire after a while — fetch results soon after completion. Scholar MCP promotes slow work to a background job. PDF download and docling conversion usually take 1-5 minutes, a busy EPO traffic light is waited out, citation formatting enriches each paper in turn, and graph traversal makes one rate-limited request per node. Those calls commonly answer with a job_id rather than a result; a cache hit answers inline, with no job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||