wp_list_plugins
Lists all installed WordPress plugins with their ID, name, status, and version. Use it to check which plugins are active or inactive before making changes.
Instructions
List every installed plugin (id, name, status, version, requirements).
Read-only. Start here: the plugin id it returns ('akismet/akismet') is what the
two activation tools take, and status tells you whether a toggle is even needed.
Counts come back as active / inactive. Installing, updating and deleting
plugins are deliberately NOT offered by this server - use the fleet's plugin-audit
and MainWP rollout process for those. Requires the REST transport (the wpcli/SSH
gateway has no plugin support) and WordPress 5.5+.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| install | Yes |