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
Name | Required | Description | Default |
---|---|---|---|
source_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"source_id": {
"title": "Source Id",
"type": "string"
}
},
"required": [
"source_id"
],
"title": "get_source_infoArguments",
"type": "object"
}