Skip to main content
Glama
hostinger

hostinger-api-mcp

Official
by hostinger

Delete a product variant

ecommerce_deleteAProductVariantV1
DestructiveIdempotent

Remove a single product variant by supplying store ID, product ID, and variant ID. Use this action to clean up obsolete or incorrect variants.

Instructions

Delete a single variant from the product.

Input Schema

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

Schema Changelog

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

  1. Addedv1.45.5

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already cover destructiveHint=true, idempotentHint=true, and readOnlyHint=false, so the safety profile is established. The description adds 'single' to clarify scope but no further behavioral context such as permanence or side effects, which is acceptable given the annotations.

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?

A single, short sentence with no unnecessary words. It is front-loaded with the action and object, making it immediately understandable.

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 straightforward delete operation with three well-documented required IDs and annotations covering idempotency and destructiveness, the description is sufficient. It lacks alternative routing and response information, but these are minor constraints for a simple delete tool without an output schema.

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?

The schema provides 100% coverage with descriptions for store_id, product_id, and variant_id. The description adds no parameter-level meaning beyond what the schema already supplies, matching the baseline for high schema coverage.

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 the verb 'Delete' and the resource 'single variant from the product', making it specific and unambiguous. The word 'single' distinguishes it from batch variant operations, and 'variant' differentiates it from product-level deletion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives no guidance on when to use this tool versus alternatives such as ecommerce_updateProductVariantsInBatchV1 or ecommerce_deleteAProductV1. There is no mention of exclusions, prerequisites, or when a different tool would be more appropriate.

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