execute_stored_connector
Execute a previously saved connector using its tool ID. Input parameters only; credentials remain secured server-side.
Instructions
Test-run an ALREADY-SAVED connector by its tool id — the backend loads its stored authConfig and decrypts the real secret server-side; nothing credential-shaped ever passes through this tool or through you. Takes only input parameters, nothing else — there is no way to point this at a URL or auth config of your choosing (that admin-only, body-supplied form exists on the backend precisely so a client like this one can never reach it, since it would otherwise let a caller exfiltrate a decrypted secret).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toolId | Yes | The connector's tool id — must already be saved. | |
| inputParams | No | Parameters for the connector call. |