api_call
Call any ISPConfig API method directly to handle operations not covered by dedicated tools. Use this escape hatch for arbitrary actions, including destructive ones.
Instructions
Call any ISPConfig API method directly (escape hatch for methods not covered by other tools). NOTE: can invoke destructive operations; disabled when ISPCONFIG_READONLY=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | API method name (e.g. 'mail_fetchmail_add') | |
| params | No | Method parameters |