get_destination_info
Retrieve detailed information about a specific destination connector by providing its ID. Use this tool to access and manage connector configurations within the Unstructured API MCP Server.
Instructions
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
Name | Required | Description | Default |
---|---|---|---|
destination_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"destination_id": {
"title": "Destination Id",
"type": "string"
}
},
"required": [
"destination_id"
],
"title": "get_destination_infoArguments",
"type": "object"
}