action_invoke
Invoke an API endpoint by providing its path and key=value parameters to receive the JSON result.
Instructions
Invoke an API action and return its JSON result. Executes ops 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' |