Skip to main content
Glama

PDF.co MCP Server

Official
by pdfdotco
MIT License
1
  • Apple
  • Linux

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

Wait for a job to complete

Input Schema

NameRequiredDescriptionDefault
api_keyNoPDF.co API key. If not provided, will use X_API_KEY environment variable. (Optional)
intervalNoThe interval to check the status of the job (seconds)
job_idYesThe ID of the job to get the status of
timeoutNoThe timeout to wait for the job to complete (seconds)

Input Schema (JSON Schema)

{ "properties": { "api_key": { "default": null, "description": "PDF.co API key. If not provided, will use X_API_KEY environment variable. (Optional)", "title": "Api Key", "type": "string" }, "interval": { "default": 1, "description": "The interval to check the status of the job (seconds)", "title": "Interval", "type": "integer" }, "job_id": { "description": "The ID of the job to get the status of", "title": "Job Id", "type": "string" }, "timeout": { "default": 300, "description": "The timeout to wait for the job to complete (seconds)", "title": "Timeout", "type": "integer" } }, "required": [ "job_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pdfdotco/pdfco-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server