gripp_call
Call any Gripp API method by specifying its full method name. For methods that modify data, pass confirm=true to prevent unintended changes.
Instructions
Call any Gripp API method by full method name. Non-read methods require confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Full Gripp method name, for example company.getCompanyByCOC or file.getContent. | |
| params | No | Positional JSON-RPC params for the Gripp method. | |
| confirm | No | Required for methods that may modify Gripp data. |