MCP tool · Applications
list_wordpress_installs
List the WordPress installs Installatron manages on a hosting account — each with its id, domain, path, version, live url and auto-update flag.
list_wordpress_installs
Description
List the WordPress installs Installatron manages on a hosting account — each with its id, domain, path, version, live url and auto-update flag. This never returns database credentials. It lists the installs, nothing inside them: to work on one site pass its domain to the manage_wp_* tools — manage_wp_content (pages and posts), manage_wp_themes, manage_wp_plugins, manage_wp_settings (title, tagline, front page), manage_wp_users, manage_wp_site (status and updates) and query_wp_database (read-only SQL). It reads over SSH and degrades gracefully: on a node without a licensed Installatron it returns supported:false with an empty list and a note instead of failing.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|