lookup_connection
Retrieve a DCM Connection referenced in workflows by providing its ID, enabling efficient management and integration of data connections within the AYX-MCP-Wrapper server.
Instructions
Lookup a DCM Connection as referenced in workflows
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connection_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"connection_id": {
"title": "Connection Id",
"type": "string"
}
},
"required": [
"connection_id"
],
"title": "lookup_connectionArguments",
"type": "object"
}