Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

ecommerce_createAPaymentProviderConnectLinkV1

Generate a payment gateway onboarding link for a store. Returns the merchant-facing gateway URL and a deep-link to the store admin to complete the connection.

Instructions

Create an onboarding link for connecting a payment gateway to the store. Returns the gateway onboarding URL for the merchant to open and a deep-link into the store admin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_idYesThe ID of the store to connect the payment provider to.
provider_idYesThe ID of the payment gateway to connect, e.g. stripe.
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It tells the agent the result: an onboarding URL and a store admin deep-link. However, important behavioral details such as whether this creates a side effect in the store, whether it requires an existing store, idempotency, and whether the link expires or has auth requirements are not disclosed.

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

Conciseness4/5

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

The description is concise at 2 sentences (38 tokens) but the purpose sentence is front-loaded and the return-value expectation is present. Minor improvement would be naming the tool's version or variations for the gateway onboarding flow.

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?

Describes the action and return value at a high level. Does not explain failure modes, required states (e.g., gateway must support onboarding), or whether the link is one-time/expiring, nor does it explain what deep link does. These gaps are relevant for an agent choosing between this and other payment provider tools (e.g., listPaymentProviders).

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% for both parameters (store_id and provider_id), and the description names providerId's purpose. The description adds context about what store_id and provider_id do, but does not specify how provider_id values are discovered (e.g., via a list endpoint) beyond the schema.

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 tool's purpose: creating an onboarding link for connecting a payment gateway to a store. It specifies the output (onboarding URL + deep link) and identifies the subject (payment gateway, merchant). However, it doesn't explicitly differentiate from the sibling tool ecommerce_listStorePaymentProvidersV1, though that tool's name suggests listing rather than creating.

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 implicitly applies to ecommerce payment gateway setup, but lacks explicit when-to-use vs alternatives guidance. It doesn't mention prerequisites (e.g., must have a store, must the provider be supported), nor does it distinguish this from listing payment providers or other payment-related 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