action_invoke
Invoke an API action by specifying an endpoint and passing key=value parameters.
Instructions
Invoke an API action. Executes ops action invoke with the given endpoint and key=value parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Key=value pairs to pass as parameters (e.g. ['key1=value1', 'key2=value2']) | |
| endpoint | Yes | The endpoint path: 'package/action' |