Unstructured API MCP Server

Official

list_destinations

List available destinations from the Unstructured API.

Args: destination_type: Optional destination connector type to filter by Returns: String containing the list of destinations

Input Schema

NameRequiredDescriptionDefault
destination_typeNo

Input Schema (JSON Schema)

{ "properties": { "destination_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Destination Type" } }, "title": "list_destinationsArguments", "type": "object" }