Unstructured API MCP Server

Official

run_workflow

Execute a specific workflow by providing its unique ID, enabling automated processing and task management within the Unstructured API MCP Server environment.

Instructions

Run a specific workflow.

Args: workflow_id: ID of the workflow to run Returns: String containing the response from the workflow execution

Input Schema

NameRequiredDescriptionDefault
workflow_idYes

Input Schema (JSON Schema)

{ "properties": { "workflow_id": { "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_id" ], "title": "run_workflowArguments", "type": "object" }
ID: 56f7310rbq