Skip to main content
Glama
hostinger

hostinger-api-mcp

Official

ecommerce_updateSalesChannelV1

Update a custom sales channel by changing its merchant-facing name or public URL. Pass null to clear a value.

Instructions

Update a custom sales channel. The merchant-facing name and the public url (returned as the channel domain) can be changed. Pass null to clear a value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoPublic address where the custom sales channel lives. Pass null to clear it.
nameNoMerchant-facing custom name shown in the sales channels list. Pass null to clear it.
store_idYesThe ID of the store that owns the sales channel.
sales_channel_idYesThe ID of the sales channel to update.
Behavior3/5

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

No annotations are provided. The description adds behavioral context: the url is returned as channel domain and null clears values. However, it does not disclose whether other fields are unaffected or if there are side effects.

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?

Two sentences: first states the core action, second details the modifiable fields and null behavior. No wasted words, front-loaded purpose.

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?

Given no output schema, the description adequately covers the mutation. It could mention return behavior or success signals, but the sibling context helps. Mostly complete for the task.

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 input schema already describes all parameters. The description adds value by explaining the relationship between 'url' and 'domain', and the null-clearing behavior, which goes beyond the schema.

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 clearly states the verb 'Update' and the resource 'custom sales channel'. It distinguishes from sibling tools like create and list by specifying it is an update operation.

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 explains what fields can be changed ('name' and 'url') and how to clear values with null. It implicitly indicates this tool is for existing channels, but does not explicitly state when to use versus alternatives.

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