Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

hosting_deployWordPressPluginV1

Deploy an uploaded WordPress plugin from its directory to activate it and make it available in the admin panel.

Instructions

Deploy a WordPress plugin from an already uploaded directory.

This endpoint allows you to deploy a WordPress plugin that has been uploaded to the website's directory. The plugin will be activated and made available in the WordPress admin panel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesSlug of the plugin
domainYesDomain name
usernameYesusername parameter
plugin_pathYesRelative path to the plugin directory from wp-content/plugins
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of behavioral disclosure. It does disclose that the plugin will be activated and made available in the admin panel, which is useful. However, it does not mention whether an existing plugin is overwritten, whether the operation is idempotent, or what permissions/authentication are required.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded, but the first two sentences are largely redundant: 'Deploy a WordPress plugin from an already uploaded directory' and 'This endpoint allows you to deploy a WordPress plugin that has been uploaded to the website's directory.' A single sentence would have been tighter.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with no output schema and no annotations, the description gives the core action, precondition, and activation side effect, but omits expected return behavior, failure modes, and relationship to install/activate sibling tools. It is minimally viable but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the structured parameter descriptions already explain slug, domain, username, and plugin_path. The tool description adds little parameter-specific meaning beyond stating the plugin must already be uploaded, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool deploys a WordPress plugin and specifies it is from an already uploaded directory, which distinguishes it from installing or activating plugins by other means. The phrase 'will be activated and made available in the WordPress admin panel' adds concrete outcome, though 'deploy' itself remains somewhat generic.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool should be used after a plugin directory has already been uploaded, giving a clear precondition. However, it does not explicitly mention alternatives such as hosting_installWordPressPluginsV1 or hosting_activateWordPressPluginV1, nor when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hostinger/api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server