wait_job_completion
Monitor and await the completion of a PDF.co MCP Server job by checking its status at specified intervals. Input the job ID, set intervals, and define a timeout for efficient task tracking.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No | PDF.co API key. If not provided, will use X_API_KEY environment variable. (Optional) | |
interval | No | The interval to check the status of the job (seconds) | |
job_id | Yes | The ID of the job to get the status of | |
timeout | No | The timeout to wait for the job to complete (seconds) |