Skip to main content
Glama

Unstructured API MCP Server

Official

get_job_info

Retrieve detailed information about a specific job using its unique ID with the Unstructured API MCP Server. Ideal for tracking job status and outputs.

Instructions

Get detailed information about a specific job.

Args: job_id: ID of the job to get information for Returns: String containing the job information

Input Schema

NameRequiredDescriptionDefault
job_idYes

Input Schema (JSON Schema)

{ "properties": { "job_id": { "title": "Job Id", "type": "string" } }, "required": [ "job_id" ], "title": "get_job_infoArguments", "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