Unstructured API MCP Server

Official

get_destination_info

Get detailed information about a specific destination connector.

Args: destination_id: ID of the destination connector to get information for Returns: String containing the destination connector information

Input Schema

NameRequiredDescriptionDefault
destination_idYes

Input Schema (JSON Schema)

{ "properties": { "destination_id": { "title": "Destination Id", "type": "string" } }, "required": [ "destination_id" ], "title": "get_destination_infoArguments", "type": "object" }