Unstructured API MCP Server

Official

get_source_info

Retrieve detailed information about a specific source connector by providing its ID to manage and analyze source configurations effectively.

Instructions

Get detailed information about a specific source connector.

Args: source_id: ID of the source connector to get information for, should be valid UUID Returns: String containing the source connector information

Input Schema

NameRequiredDescriptionDefault
source_idYes

Input Schema (JSON Schema)

{ "properties": { "source_id": { "title": "Source Id", "type": "string" } }, "required": [ "source_id" ], "title": "get_source_infoArguments", "type": "object" }
ID: 56f7310rbq