Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Update WordPress core

hosting_updateWordPressCoreV1

Update WordPress core for a specified installation to a minor or specific version. The update job is queued asynchronously.

Instructions

Update the WordPress core for the specified installation (minor update or a specific version).

Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).

This operation is asynchronous: a successful response only means the update job has been queued.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minorNoUpdate the minor version only.
versionNoUpdate to a specific WordPress core version.
softwareYesWordPress installation (software) identifier
usernameYesusername parameter

Schema Changelog

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

  1. Addedv1.5.0

TDQS

A3.9/5.0
Behavior4/5

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

The description discloses the key behavioral trait that this is an asynchronous operation, so a successful response only means the job was queued. This goes beyond the annotations, which only state that the operation is not read-only and not destructive.

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

Conciseness5/5

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

The description is compact and front-loaded: it states the operation in the first sentence, then gives the identifier sourcing detail, then the asynchronous behavior. Every sentence earns its place with no repetition or filler.

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

Completeness4/5

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

For a tool with no output schema, the description covers the essential invocation details: what operation is performed, how to find the required software identifier, and how to interpret a successful response. It could additionally explain how to check job status or clarify mutual exclusivity of minor and version, but these are not blocking.

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

Parameters4/5

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

The schema already documents all four parameters, providing a high baseline. The description adds useful meaning by explaining that the software identifier can be retrieved from GET /api/hosting/v1/wordpress/installations and by clarifying that the update is either a minor update or a specific version.

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 action (Update), the resource (WordPress core), and the scope (minor update or specific version). It does not explicitly name sibling alternatives like plugin/theme updates, but the resource noun and scope are sufficiently specific.

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 when to use the tool by stating its purpose, and it provides a useful prerequisite: how to obtain the software identifier from the installations endpoint. However, it does not explicitly distinguish this tool from close alternatives such as agency-hosting_changeWordPressVersionV1 or from plugin/theme update operations.

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