Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

agency-hosting_replaceWebsitePHPOptionsV1

Replace custom php.ini values on an Agency Plan website. Send the full desired set to preserve options; omitting resets them to defaults.

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
Behavior5/5

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

With no annotations provided, the description carries full responsibility for disclosing behavior. It clearly warns about destructive reset semantics: omitted options are reset to defaults and an empty array resets all options. This is exactly the kind of behavioral context an agent needs.

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 three sentences: it states the purpose, then the critical replace/reset behavior, then the empty-array edge case. It is front-loaded, efficient, and every sentence earns its place.

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?

For a two-parameter replacement tool with no output schema and no annotations, the description covers purpose, required pre-reading, destructive behavior, and the full-reset edge case. It is sufficiently complete for an agent to select and invoke the tool correctly.

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?

The schema already provides 100% coverage for both parameters, including the constraint that option names must come from the options endpoint and values must respect allowed_values. The description adds workflow context but no additional parameter-level meaning beyond the schema baseline.

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?

The description uses a specific verb ('Replaces') tied to a clear resource ('custom php.ini values on an Agency Plan website'). It also distinguishes the operation from sibling tools by emphasizing the replace semantics rather than simple updates or reads.

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 excellent practical guidance: call the options endpoint first, send the full desired set, and understand that an empty array resets everything. It does not explicitly name alternatives or state when not to use this tool, so it stops short of a 5.

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