easysourceflow_get_job
Check the status of a submitted job and wait up to 45 seconds for it to complete. Returns the generated Markdown summary once the job succeeds.
Instructions
Independently query an EasySourceFlow job, optionally waiting up to 45 seconds for a state change. If status remains queued or running, call this tool again with the same job ID; do not fetch or summarize the source with another tool. Only status=succeeded with result.summary_markdown is a completed summary. If the job succeeded, the tool returns final Markdown intended for direct delivery to the user; relay it verbatim unless the user explicitly asks you to rewrite it. For chat-card delivery, put the Markdown in the message tool's card.elements markdown content; do not send card JSON as plain message text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned by easysourceflow_submit_link. | |
| wait_seconds | No | Wait up to this many seconds while the job is queued or running. Use 45 for agent polling. |