Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Deploy WordPress plugin

hosting_deployWordPressPluginV1
Destructive

Deploy an uploaded WordPress plugin from its directory to activate it and make it available in the WordPress admin panel. Provide domain, username, slug, and plugin path.

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

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.44.0

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already flag destructiveHint=true, so the safety profile is covered by structured data. The description adds value by stating that the plugin will be activated and made available in the WordPress admin panel. It does not describe overwrite behavior or failure modes, but it does not contradict the annotations.

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 with the key action, but the second sentence largely repeats the first sentence's meaning. It is not bloated, though it contains some redundancy and filler such as 'This endpoint allows you to'.

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?

Given the absence of an output schema and the presence of destructiveHint=true, the description could have provided more context about potential destructive effects or prerequisites beyond the uploaded directory. It covers the main purpose and outcome but leaves some operational details to the agent to infer.

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 all four parameters already have meaningful descriptions in the schema. The description adds only a general notion of an uploaded directory and does not provide additional semantics for plugin_path or slug beyond what the schema already offers.

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 a specific verb ('Deploy'), resource ('WordPress plugin'), and the prerequisite that the plugin must already be uploaded to the website directory. It also clarifies the outcome (activation and availability in admin panel). However, it does not explicitly distinguish this from closely related sibling tools such as hosting_activateWordPressPluginV1 or hosting_installWordPressPluginsV1.

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

Usage Guidelines4/5

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

The description gives clear contextual guidance: this endpoint is for deploying an already-uploaded plugin directory, implying the upload step must have happened separately. It does not explicitly state when not to use this tool or point to alternatives, but the prerequisite is stated clearly enough to guide selection.

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