Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

ecommerce_fulfilAnOrderV1

Fulfil an order and attach tracking in one call. Omit items to fulfil all remaining unfulfilled items. Returns the updated order summary.

Instructions

Create a fulfilment for the order and attach tracking in one call. Omit items to fulfil every remaining unfulfilled item. Returns the updated order summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsNoLine items to fulfil. Omit to fulfil every remaining unfulfilled item.
order_idYesThe ID of the order to fulfil.
store_idYesThe ID of the store that owns the order.
tracking_urlNoPublic tracking URL for the shipment. Requires tracking_number.
notify_customerNoWhether to email the customer about the fulfilment. Defaults to true.
tracking_numberNoCarrier tracking number for the shipment.
Behavior3/5

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

With no annotations provided, the description carries the full burden and does disclose some behavior: it is a combined operation, defaults to fulfilling all remaining unfulfilled items when items is omitted, and returns an updated order summary. However, as a mutation it omits preconditions (e.g., order state required for fulfilment), non-idempotency implications of re-calling, and what happens if the order is already fully fulfilled.

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 short sentences, front-loaded with the primary action and followed by the key default and the return value. Every sentence earns its place with no filler or redundancy.

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?

Coverage is adequate for a 6-parameter mutation with a complete schema: it conveys purpose, the combined operation, the omission default, and the return value. It stops short of disclosing preconditions, repeated-call effects, and edge cases (fully fulfilled orders, partial fulfilment accumulation), which an agent would benefit from knowing.

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 baseline is 3. The description reinforces the items-omit behavior, which the schema already documents, and frames tracking as a combined capability, but adds little material meaning beyond what the input schema provides.

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 action (create a fulfilment) on a specific resource (the order) with a concrete secondary purpose (attach tracking). This clearly distinguishes it from its close ecommerce siblings (ecommerce_retrieveAnOrderV1, ecommerce_cancelAnOrderV1, ecommerce_listOrdersV1), which use different verbs and produce different outcomes.

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 gives useful operational guidance — the 'one call' framing and the default behavior when items is omitted ('fulfil every remaining unfulfilled item'). However, it never names alternatives or states when not to use this tool (e.g., versus cancel/retrieve), leaving differentiation to inference rather than explicit routing.

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