Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Enable manual payment method

ecommerce_enableManualPaymentMethodV1

Enable manual payment on a store to accept orders without an online payment provider. Specify store ID and optional checkout title.

Instructions

Enable a manual payment method so the store can accept orders without an online payment provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoOptional display name shown to customers at checkout.
store_idYesThe ID of the store to enable manual payment for.

Schema Changelog

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

  1. Addedv1.5.0
  2. Removedv1.2.1
  3. Addedv0.2.16

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already convey readOnlyHint=false and destructiveHint=false, so the description's burden is light. It adds post-condition context (store can accept orders without a provider), which is useful, but it doesn't disclose preconditions, reversibility, or side effects beyond the enabling action.

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?

A single 18-word sentence that front-loads the verb and object, then explains the purpose. Every word earns its place; there is no filler or repetition of the tool name.

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 low-complexity tool with fully documented parameters and annotations covering the safety profile, the description answers what the tool does, to which store, and with what effect. The only gap is explicit routing guidance against the payment-provider-connect sibling, which is minor for such a simple action.

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 coverage is 100%, so the schema fully documents store_id and title, including title's display-name semantics at checkout. The description adds no additional parameter-level meaning beyond the schema, which matches the baseline 3 for high coverage.

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 states a specific verb ('Enable'), a clear resource ('a manual payment method'), and the business effect ('so the store can accept orders without an online payment provider'). This distinguishes it from siblings like ecommerce_createAPaymentProviderConnectLinkV1, which handles online providers instead.

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 phrase 'without an online payment provider' implies the use case — enabling manual payment for stores that lack an online provider — but the description never explicitly names alternatives or states when not to use this tool. Usage context is present but only implied.

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