generate_glue
Creates a stub connector function that invokes a tool on one server and passes its output to a tool on another server, enabling inter-server tool chaining.
Instructions
Generate a stub connector function that calls a tool on one registered server and pipes its result into a tool on another
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceTool | Yes | ||
| targetTool | Yes | ||
| sourceServerId | Yes | ||
| targetServerId | Yes |