Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Delete a product

ecommerce_deleteAProductV1
DestructiveIdempotent

Delete a product and its variants from the store. For subscription products with active subscribers, archive instead of delete to preserve data.

Instructions

Delete a product and its variants from the store. A subscription product with active subscribers is archived instead of deleted so its data stays available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_idYesThe ID of the store that owns the product.
product_idYesThe ID of the product to delete.

Schema Changelog

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

  1. Addedv1.45.5

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark the operation as destructive, and the description adds valuable behavioral nuance: it deletes variants as well, and subscription products with active subscribers are archived instead of deleted. This goes beyond the basic destructive flag and helps the agent anticipate 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 concise sentences convey the core action and an important exception without extra filler. The most important information is front-loaded.

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 two-parameter delete operation with no output schema, the description covers the key behavior, the variant side effect, and the subscription archive exception. It is complete enough for an agent to call the tool correctly, though it could have explicitly mentioned idempotency behavior.

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% and both parameters are already described clearly in the schema. The description does not add new meaning to the parameters, but the schema fully carries that burden.

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 action ('Delete'), the resource ('a product'), and the scope ('and its variants from the store'). It also distinguishes itself from the sibling variant-level delete tool by explicitly including variants.

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 implies the tool is for removing a product and its variants, but it does not explicitly state when to choose this over related tools such as ecommerce_deleteAProductVariantV1 or ecommerce_updateAProductV1. It does provide a conditional exception for subscription products with active subscribers, which offers some usage-relevant context.

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