Unstructured API MCP Server

Official

check_llmtxt_status

Monitor the status of an llmfull.txt generation job by providing the job ID. Retrieve the current status and generated text content once the job is completed.

Instructions

Check the status of an existing llmfull.txt generation job.

Args: job_id: ID of the llmfull.txt generation job to check Returns: Dictionary containing the current status of the job and text content if completed

Input Schema

NameRequiredDescriptionDefault
job_idYes

Input Schema (JSON Schema)

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