Skip to main content
Glama

Unstructured API MCP Server

Official

list_jobs

Retrieve and filter job listings in the Unstructured API by workflow ID or status. Simplify job management and monitoring by accessing relevant job data efficiently.

Instructions

List jobs via the Unstructured API. Args: workflow_id: Optional workflow ID to filter by status: Optional job status to filter by Returns: String containing the list of jobs

Input Schema

NameRequiredDescriptionDefault
statusNo
workflow_idNo

Input Schema (JSON Schema)

{ "properties": { "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status" }, "workflow_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Workflow Id" } }, "title": "list_jobsArguments", "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/Unstructured-IO/UNS-MCP'

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