Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

List products

ecommerce_listProductsV1
Read-only

List a store's products newest first with name, status, thumbnail, variant count, and price range. Filter by status, search text, or product IDs, and optionally include variants or media.

Instructions

List a store's products newest first as lean summaries (name, status, thumbnail, variant count and price range). Prices are integers in the smallest currency unit and live on variants. Filter by status, free text or a set of product ids. Use include=variants to embed each product's variants with prices and inventory, and include=media to embed its media.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree-text search over product title and SKU.
pageNoPage number
statusNoProduct statuses to include.
includeNoOpt-in heavy data: "variants" embeds each product's variants; "media" embeds its media.
store_idYesThe ID of the store to list products for.
product_idsNoRestrict to these product ids. Doubles as a single-product lookup. Up to 200 ids.

Schema Changelog

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

  1. Addedv1.45.5

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral detail beyond that: default sort order (newest first), response shape (lean summaries), currency-unit semantics for prices, and the effect of include=variants/media. This is strong but not exhaustive — for example, pagination behavior is not described.

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 dense sentences, each earning its place: the first defines the resource and response shape, the second clarifies price semantics, and the third explains filters and include options. Information is front-loaded and there is no filler.

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 read-only list operation with full schema coverage and no output schema, the description covers what an agent needs: what is returned, ordering, filtering capabilities, and how to opt into heavier embedded data. The main gap would be pagination defaults, but this is minor for a list endpoint given the rest of the context.

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?

Schema coverage is 100%, so the baseline is 3. The description adds extra meaning beyond the schema: product_ids doubles as a single-product lookup up to 200 IDs, include=variants embeds prices and inventory, and prices are integers in the smallest currency unit. It does not clarify page defaults, but the added semantics justify above 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 names a specific verb and resource — "List a store's products" — and adds concrete distinguishing detail: newest first, lean summaries, and the specific summary fields (name, status, thumbnail, variant count, price range). This clearly differentiates it from sibling tools like ecommerce_listProductVariantsV1 and ecommerce_listDiscountsV1.

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 clear context on how to use the tool: list products with filters by status, free text, or product IDs, and optionally embed variants or media via include. It does not explicitly name alternative tools or state when not to use it, but the usage context is unambiguous.

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