Unstructured API MCP Server

Official

cancel_job

Terminate a specific job by its ID using this tool, which removes the job from the Unstructured API MCP Server and returns the cancellation response.

Instructions

Delete a specific job.

Args: job_id: ID of the job to cancel Returns: String containing the response from the job cancellation

Input Schema

NameRequiredDescriptionDefault
job_idYes

Input Schema (JSON Schema)

{ "properties": { "job_id": { "title": "Job Id", "type": "string" } }, "required": [ "job_id" ], "title": "cancel_jobArguments", "type": "object" }
ID: 56f7310rbq