Skip to main content
Glama

Delete Product from Import List

dsers_product_delete
Destructive

Permanently remove a product from the DSers import list before pushing to stores. This action is irreversible and requires user confirmation.

Instructions

Permanently delete a product from the DSers import list. IRREVERSIBLE — the product cannot be recovered after deletion. Requires explicit confirmation (confirm=true) to execute. If called without confirm=true, returns a confirmation prompt — show this to the user. SCOPE: Only removes the product from DSers import list (pre-push staging area). Products already pushed to Shopify/Wix stores are NOT affected — to remove a store listing, use the Shopify/Wix admin directly. BUSINESS CONTEXT: Deleting from import list means losing the supplier mapping (link between the store product and the AliExpress/Alibaba supplier). If the user wants to re-import later, they will need the original supplier URL. AGENT PROTOCOL: Before calling with confirm=true, always: 1) Show the user the product title and supplier URL. 2) Warn that this cannot be undone. 3) Get explicit user consent (e.g. 'yes, delete it'). Never set confirm=true without the user's explicit approval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
import_item_idYesThe import list item ID to delete. Obtain from dsers_product_preview (provider_state.import_item_id) or from searchImportList results.
confirmNoSet to true to confirm deletion. First call without this to get a confirmation prompt, then call again with confirm=true after user approves.
Behavior5/5

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

While annotations already indicate destructiveHint=true, the description adds substantial behavioral context beyond annotations: the irreversible nature ('IRREVERSIBLE — the product cannot be recovered'), the two-step confirmation flow, business consequences ('losing the supplier mapping'), and detailed agent protocol requirements. This significantly enhances understanding of the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded with critical information (irreversible nature, confirmation requirement). While comprehensive, every sentence adds value - no redundant information. The structure moves from core functionality to business context to agent protocol in a logical flow.

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 destructive tool with no output schema, the description provides complete context: clear purpose, usage guidelines, behavioral transparency (including irreversible consequences), parameter semantics, business implications, and detailed agent protocol. It addresses all aspects needed for safe and correct tool invocation.

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?

With 100% schema description coverage, the baseline is 3. The description adds meaningful context about the confirm parameter's purpose in the deletion flow ('If called without confirm=true, returns a confirmation prompt — show this to the user') and the import_item_id's business significance ('losing the supplier mapping'), providing semantic understanding beyond the schema's technical documentation.

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 explicitly states 'Permanently delete a product from the DSers import list' - a specific verb ('delete') and resource ('product from DSers import list'). It clearly distinguishes from siblings by specifying this only affects the import list, not store listings, and mentions alternatives like using Shopify/Wix admin directly for store products.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool vs alternatives: 'Only removes the product from DSers import list (pre-push staging area). Products already pushed to Shopify/Wix stores are NOT affected — to remove a store listing, use the Shopify/Wix admin directly.' It also specifies prerequisites (user confirmation) and the multi-step protocol for proper usage.

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/lofder/dsers-mcp-product'

If you have feedback or need assistance with the MCP directory API, please join our Discord server