Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Replace website PHP options

agency-hosting_replaceWebsitePHPOptionsV1
DestructiveIdempotent

Replace custom php.ini settings on an Agency Plan website with a specified set. Any omitted options reset to defaults, enabling full configuration control.

Instructions

Replaces the custom php.ini values on an Agency Plan website with the ones provided. Any option not in the request is reset to its default, so call the options endpoint first and send the full desired set. Sending an empty array resets every option to its default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionsYesOption names and values. Each name must be one of the options returned by the options endpoint, and each value must satisfy that option's allowed_values when it declares them.
website_uidYesAgency Plan website UID

Schema Changelog

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

  1. Addedv1.42.0

TDQS

A4.7/5.0
Behavior5/5

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

Goes well beyond the destructiveHint annotation by explaining exactly what gets reset: any option not in the request, and all options when an empty array is sent. This is the critical behavioral trait an agent must know before calling.

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?

Three sentences with no filler. The purpose is front-loaded, followed immediately by the most important behavioral warning and the empty-array edge case.

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

Completeness5/5

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

With only two required parameters, full schema coverage, and no output schema, the description covers everything needed to call the tool correctly. The reset semantics and the prerequisite call to the options endpoint make the contract complete.

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?

Schema coverage is 100%, so parameter names and constraints are already documented. The description adds important semantics for the options parameter: it must contain the full desired set, and omissions mean reset-to-default.

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

Purpose5/5

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

States a specific verb ('Replaces'), resource ('custom php.ini values on an Agency Plan website'), and the replacement behavior. This cleanly separates it from sibling tools like listing PHP options or replacing PHP extensions.

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?

Gives explicit usage guidance: call the options endpoint first and send the full desired set, since omitted options are reset. It lacks explicit contrasts with sibling tools, but the workflow instruction is concrete and actionable.

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