cpanel_uapi_call
Call any cPanel UAPI module or function directly to access features not covered by other tools. Specify the module and function names to execute operations like email, DNS, MySQL, or file management.
Instructions
Call any cPanel UAPI module/function directly. Use this for functionality not covered by the other tools. Refer to cPanel UAPI documentation for module/function names and parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | Yes | UAPI module name, e.g. 'Email', 'DNS', 'Mysql', 'DomainInfo' | |
| params | No | Query parameters to pass to the function | |
| function | Yes | UAPI function name within the module |