Deploy WordPress plugin
hosting_deployWordpressPluginDeploy a WordPress plugin from a directory to a hosting server. It uploads all plugin files and triggers deployment with internally generated credentials, removing the need for separate upload calls.
Instructions
Deploy a WordPress plugin from a directory to a hosting server. This tool uploads all plugin files and triggers plugin deployment. Upload credentials are generated and used internally — do not call a separate upload-url endpoint or upload the files yourself, this tool does it end-to-end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | WordPress plugin slug (e.g., omnisend) | |
| domain | Yes | Domain name associated with the hosting account (e.g., example.com) | |
| pluginPath | Yes | Absolute or relative path to the plugin directory containing all plugin files |